wasp/waspc/packages/deploy/package.json
2023-11-06 15:47:45 +01:00

27 lines
574 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",
"prettier": "^2.8.8",
"typescript": "^4.9.4"
}
}