This repository has been archived on 2026-04-30. You can view files and clone it, but cannot push or open issues or pull requests.
next-deploy/packages/cli/package.json

18 lines
466 B
JSON

{
"name": "@next-deploy/cli",
"version": "0.0.0",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "yarn clean && yarn compile",
"build:watch": "yarn compile -w",
"clean": "rm -rf ./dist",
"compile": "tsc -p tsconfig.build.json"
},
"devDependencies": {
"@next-deploy/aws-component": "link:../aws-component",
"@next-deploy/github": "link:../github",
"typescript": "^3.9.6"
}
}