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