mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-17 23:13:51 +01:00
16 lines
301 B
JSON
16 lines
301 B
JSON
{
|
|
"name": "@yaakapp/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"
|
|
},
|
|
"devDependencies": {
|
|
"@types/shell-quote": "^1.7.5"
|
|
}
|
|
}
|