Files
yaak-mountain-loop/plugins/importer-postman/package.json
Gregory Schier 9df586cb59 NPM workspaces
2024-09-30 18:11:51 -07:00

11 lines
209 B
JSON

{
"name": "importer-postman",
"private": true,
"version": "0.0.1",
"main": "./build/index.js",
"scripts": {
"build": "yaakcli build ./src/index.js",
"dev": "yaakcli dev ./src/index.js"
}
}