mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-23 00:58:32 +02:00
16 lines
273 B
JSON
16 lines
273 B
JSON
{
|
|
"name": "importer-insomnia",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"build": "yaak-cli ./src/index.js"
|
|
},
|
|
"dependencies": {
|
|
"yaml": "^2.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.14.9",
|
|
"esbuild": "^0.21.5",
|
|
"typescript": "^5.5.2"
|
|
}
|
|
}
|