mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-24 11:44:51 +03:00
26 lines
548 B
JSON
26 lines
548 B
JSON
{
|
|
"author": "Wasp Team",
|
|
"license": "MIT",
|
|
"name": "wasp-deploy",
|
|
"version": "0.0.1",
|
|
"main": "dist/index.js",
|
|
"bin": "dist/index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "npx tsc",
|
|
"start": "node ./dist/index.js"
|
|
},
|
|
"dependencies": {
|
|
"commander": "^9.4.1",
|
|
"toml": "^3.0.0",
|
|
"zx": "^7.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.11.18",
|
|
"@typescript-eslint/eslint-plugin": "^5.48.0",
|
|
"@typescript-eslint/parser": "^5.48.0",
|
|
"eslint": "^8.31.0",
|
|
"typescript": "^4.9.4"
|
|
}
|
|
}
|