@feeloor/ng-extension-schematics
Version:
Angular extension schematics
41 lines (40 loc) • 1.01 kB
JSON
{
"name": "@feeloor/ng-extension-schematics",
"version": "1.0.2",
"description": "Angular extension schematics",
"scripts": {
"build": "tsc -p tsconfig.json",
"test": "npm run build && jasmine src/**/*_spec.js",
"release": "np"
},
"private": false,
"keywords": [
"schematics",
"angular",
"angular-schematics",
"@feeloor"
],
"author": "Felix Khoi <felix@khoi.se>",
"license": "MIT",
"schematics": "./src/collection.json",
"dependencies": {
"@angular-devkit/core": "^0.7.1",
"@angular-devkit/schematics": "^0.7.1",
"@schematics/angular": "^0.7.1",
"@types/jasmine": "^2.6.0",
"@types/node": "^8.0.31",
"jasmine": "^2.8.0",
"typescript": "^2.5.2"
},
"repository": {
"type": "git",
"url": "https://github.com/feeloor/ng-extension-schematics.git"
},
"bugs": "https://github.com/feeloor/ng-extension-schematics/issues",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"np": "^3.0.4"
}
}