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

13 lines
229 B
JSON

{
"name": "importer-curl",
"private": true,
"version": "0.0.1",
"scripts": {
"build": "yaakcli build ./src/index.js",
"dev": "yaakcli dev ./src/index.js"
},
"dependencies": {
"shell-quote": "^1.8.1"
}
}