UNPKG

st-enable

Version:

Enables SpringType features in existing projects.

61 lines (60 loc) 1.36 kB
{ "name": "st-enable", "version": "1.0.0-alpha.1.11", "publishConfig": { "access": "public" }, "files": [ "dist/*" ], "keywords": [ "springtype", "scaffold" ], "description": "Enables SpringType features in existing projects.", "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": [ "chalk", "commander", "cross-spawn" ], "bin": { "st-enable": "./dist/st-enable/src/index.js" }, "main": "dist/st-enable/src/index.js", "types": "dist/st-enable/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", "reflect-metadata": "^0.1.13", "tslib": "^1.9.3" }, "devDependencies": { "@types/node": "^11.13.7", "rimraf": "2.6.3", "ts-node": "^7.0.1", "typescript": "^3.3.4000" }, "gitHead": "71b0fc24ad0924a81e7f95de37e1ffd16e68b7bc" }