@objectivity/angular-schematic-utils
Version:
Utilities for working with Schematics.
42 lines (41 loc) • 1.13 kB
JSON
{
"name": "@objectivity/angular-schematic-utils",
"version": "11.0.0",
"description": "Utilities for working with Schematics.",
"repository": "ObjectivityLtd/angular-schematics",
"bugs": {
"url": "https://github.com/ObjectivityLtd/angular-schematics/issues"
},
"homepage": "https://github.com/ObjectivityLtd/angular-schematics",
"scripts": {
"build": "tsc -p tsconfig.json",
"build:watch": "tsc -p tsconfig.json --watch",
"test": "npm run build && jasmine src/**/*.spec.js"
},
"keywords": [
"schematics",
"angular",
"angular cli",
"objectivity"
],
"author": "ObjectivityLtd",
"license": "MIT",
"main": "./index.js",
"types": "./index.d.ts",
"dependencies": {
"@angular-devkit/core": "^11.0.3",
"@angular-devkit/schematics": "^11.0.3",
"jsonc-parser": "^2.3.1",
"schematics-utilities": "^2.0.1",
"typescript": "~4.0.2"
},
"devDependencies": {
"@types/jasmine": "^3.6.2",
"@types/node": "^14.0.5",
"jasmine": "^3.6.2"
},
"publishConfig": {
"access": "public"
},
"gitHead": "611fd8e230078e4b1a3ada26fbc484a4088fbadc"
}