mirror of https://github.com/abpframework/abp.git
csharpabpc-sharpframeworkblazoraspnet-coredotnet-coreaspnetcorearchitecturesaasdomain-driven-designangularmulti-tenancy
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
710 B
30 lines
710 B
{
|
|
"name": "@abp/ng.schematics",
|
|
"version": "7.1.1",
|
|
"description": "Schematics that works with ABP Backend",
|
|
"keywords": [
|
|
"schematics"
|
|
],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"schematics": "./collection.json",
|
|
"dependencies": {
|
|
"@angular-devkit/core": "~15.0.1",
|
|
"@angular-devkit/schematics": "~15.0.1",
|
|
"@angular/cli": "~15.0.1",
|
|
"got": "^11.5.2",
|
|
"jsonc-parser": "^2.3.0",
|
|
"should-quote": "^1.0.0",
|
|
"typescript": "4.8.4"
|
|
},
|
|
"devDependencies": {
|
|
"@schematics/angular": "~14.2.1",
|
|
"@types/jest": "^26.0.0",
|
|
"@types/node": "^12.11.1",
|
|
"jest": "^26.0.0",
|
|
"jest-preset-angular": "^8.2.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|
|
|