super-productivity/tools/schematics/package.json

25 lines
626 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": "^11.2.12",
"@angular-devkit/schematics": "^11.2.12",
"@schematics/angular": "^11.2.12",
"@types/jasmine": "^3.7.0",
"@types/node": "^15.0.2",
"jasmine": "^3.7.0",
"typescript": "~4.2.4"
}
}