mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-17 23:14:03 +01:00
17 lines
326 B
JSON
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"
|
|
}
|
|
}
|