UNPKG

st-create-app

Version:
67 lines (66 loc) 1.51 kB
{ "name": "st-create-app", "version": "1.0.0-alpha.1.12", "publishConfig": { "access": "public" }, "keywords": [ "springtype", "scaffold" ], "files": [ "dist/*" ], "description": "Scaffold SpringType apps.", "repository": { "type": "git", "url": "git+https://github.com/springtype-org/springtype.git" }, "scripts": { "clean": "rimraf dist", "watch": "tsc -w", "prebuild": "npm run clean", "build": "tsc", "run": "node dist/index.js", "prepublishOnly": "npm run build" }, "engines": { "node": ">=10" }, "bundledDependencies": [ "fs-extra", "envinfo", "chalk", "commander", "cross-spawn", "validate-npm-package-name" ], "bin": { "st-create-app": "./dist/st-create-app/src/index.js" }, "main": "dist/st-create-app/src/index.js", "types": "dist/st-create-app/src/index.d.ts", "author": "Aron Homberg", "license": "MIT", "bugs": { "url": "https://github.com/springtype-org/springtype/issues" }, "homepage": "https://springtype.org", "dependencies": { "chalk": "^2.4.2", "commander": "^2.20.0", "cross-spawn": "^6.0.5", "envinfo": "^7.2.0", "fs-extra": "^7.0.1", "reflect-metadata": "^0.1.13", "tslib": "^1.9.3", "validate-npm-package-name": "^3.0.0" }, "devDependencies": { "@types/node": "^11.13.7", "rimraf": "2.6.3", "ts-node": "^7.0.1", "typescript": "^3.3.4000" }, "gitHead": "1907501a3ff06c9868705f37dbc6ba381c11454d" }