mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-14 14:21:17 +01:00
18 lines
330 B
JSON
18 lines
330 B
JSON
{
|
|
"name": "exporter-curl",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"build": "yaakcli build ./src/index.js"
|
|
},
|
|
"dependencies": {
|
|
"@yaakapp/api": "^0.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.14.9",
|
|
"typescript": "^5.5.2",
|
|
"vitest": "^1.4.0",
|
|
"@yaakapp/cli": "^0.0.42"
|
|
}
|
|
}
|