Files
yaak/plugins/importer-curl/package.json
2025-07-05 15:40:41 -07:00

17 lines
326 B
JSON

{
"name": "@yaak/importer-curl",
"private": true,
"version": "0.0.1",
"scripts": {
"build": "yaakcli build ./src/index.js",
"dev": "yaakcli dev ./src/index.js",
"lint": "tsc --noEmit"
},
"dependencies": {
"shell-quote": "^1.8.1"
},
"devDependencies": {
"@types/shell-quote": "^1.7.5"
}
}