super-productivity/tools/schematics/package.json
dependabot[bot] e95d9558cc
build(deps-dev): bump @schematics/angular in /tools/schematics
Bumps [@schematics/angular](https://github.com/angular/angular-cli) from 7.3.9 to 11.2.8.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](https://github.com/angular/angular-cli/compare/v7.3.9...v11.2.8)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-13 09:46:17 +00:00

25 lines
623 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.8",
"@angular-devkit/schematics": "^11.2.8",
"@schematics/angular": "^11.2.8",
"@types/jasmine": "^3.6.9",
"@types/node": "^8.0.31",
"jasmine": "^3.7.0",
"typescript": "~3.2.2"
}
}