mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-18 07:24:07 +01:00
Add .oxfmtignore to skip generated bindings and wasm-pack output. Add npm format script, update DEVELOPMENT.md for Vite+ toolchain, and format all non-generated files with oxfmt. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
14 lines
309 B
JSON
14 lines
309 B
JSON
{
|
|
"name": "@yaak/importer-postman",
|
|
"displayName": "Postman Importer",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "Import collections from Postman",
|
|
"main": "./build/index.js",
|
|
"scripts": {
|
|
"build": "yaakcli build",
|
|
"dev": "yaakcli dev",
|
|
"test": "vp test --run tests"
|
|
}
|
|
}
|