angular-crud
Version:
Generate CRUD applications with Angular, the CLI, and Schematics
42 lines (41 loc) • 1.06 kB
JSON
{
"name": "angular-crud",
"version": "3.0.0",
"description": "Generate CRUD applications with Angular, the CLI, and Schematics",
"scripts": {
"build": "tsc -p tsconfig.json",
"test": "npm run build && jasmine src/**/*_spec.js",
"coverage": "istanbul cover -x 'src/**/*_spec.js' jasmine src/**/*_spec.js"
},
"keywords": [
"schematics",
"Angular",
"CRUD",
"generate",
"bootstrap",
"material"
],
"author": "Manfred Steyer",
"license": "MIT",
"schematics": "./src/collection.json",
"devDependencies": {
"@types/jasmine": "^3.10.3",
"@types/json5": "0.0.30",
"@types/node": "^17.0.15",
"chalk": "^4.1.2",
"istanbul": "0.4.5",
"jasmine": "^4.0.2",
"typescript": "^4.5.5"
},
"dependencies": {
"json5": "^2.2.0",
"@angular-devkit/core": "^13.2.2",
"@angular-devkit/schematics": "^13.2.2",
"@angular/cdk": "^13.2.1",
"@schematics/angular": "^13.2.2"
},
"repository": {
"type": "git",
"url": "https://github.com/manfredsteyer/angular-crud"
}
}