21 lines
464 B
JSON
21 lines
464 B
JSON
{
|
|
"name": "@next-deploy/cli",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"prepare": "yarn build",
|
|
"build": "tsc -p tsconfig.build.json"
|
|
},
|
|
"dependencies": {
|
|
"@next-deploy/aws-component": "link:../aws-component",
|
|
"fs-extra": "^9.0.1",
|
|
"minimist": "^1.2.5",
|
|
"ora": "^4.0.4",
|
|
"prettyoutput": "^1.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^3.9.6"
|
|
}
|
|
}
|