mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-21 08:11:24 +02:00
14 lines
250 B
JSON
14 lines
250 B
JSON
{
|
|
"name": "importer-postman",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"build": "yaak-cli ./src/index.js"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.14.9",
|
|
"esbuild": "^0.21.5",
|
|
"typescript": "^5.5.2",
|
|
"vitest": "^1.4.0"
|
|
}
|
|
}
|