super-productivity/tools/schematics/package.json
2019-05-18 18:52:20 +02:00

25 lines
620 B
JSON

{
"name": "jo",
"version": "0.0.0",
"description": "A blank schematics",
"scripts": {
"build": "tsc -p tsconfig.json",
"build:watch": "tsc -p tsconfig.json --watch",
"test": "npm run build && jasmine src/**/*_spec.js"
},
"keywords": [
"schematics"
],
"author": "",
"license": "MIT",
"schematics": "./src/collection.json",
"devDependencies": {
"@angular-devkit/core": "^7.3.9",
"@angular-devkit/schematics": "^7.3.9",
"@schematics/angular": "^7.3.9",
"@types/jasmine": "^3.0.0",
"@types/node": "^8.0.31",
"jasmine": "^3.0.0",
"typescript": "~3.2.2"
}
}