@spartacus/schematics
Version:
Spartacus schematics
65 lines (64 loc) • 1.94 kB
JSON
{
"name": "@spartacus/schematics",
"version": "4.3.8",
"description": "Spartacus schematics",
"keywords": [
"spartacus",
"schematics"
],
"homepage": "https://github.com/SAP/spartacus",
"repository": "https://github.com/SAP/spartacus/tree/develop/projects/schematics",
"license": "MIT",
"main": "index.js",
"scripts": {
"build": "yarn clean && yarn --cwd ../../ generate:deps && ../../node_modules/.bin/tsc -p ./tsconfig.schematics.json",
"clean": "../../node_modules/.bin/rimraf \"index.js*\" \"index.d.ts\" \"src/**/*.js\" \"src/**/*.js.map\" \"src/**/*.d.ts\"",
"test": "yarn clean && ../../node_modules/.bin/jest --config ./jest.schematics.config.js"
},
"dependencies": {
"@angular/pwa": "^12.0.5",
"@nguniversal/express-engine": "^12.0.2",
"semver": "^6.3.0",
"ts-morph": "^9.1.0",
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular-devkit/core": "^12.0.5",
"@angular-devkit/schematics": "^12.0.5",
"@angular/compiler": "^12.0.5",
"@schematics/angular": "^12.0.5",
"jsonc-parser": "^3.0.0",
"parse5": "^6.0.1",
"typescript": "^4.2.4"
},
"ng-add": {
"save": "devDependencies"
},
"ng-update": {
"migrations": "./src/migrations/migrations.json",
"packageGroup": [
"@spartacus/core",
"@spartacus/storefront",
"@spartacus/styles",
"@spartacus/user",
"@spartacus/cds",
"@spartacus/assets",
"@spartacus/incubator",
"@spartacus/organization",
"@spartacus/product",
"@spartacus/storefinder",
"@spartacus/checkout",
"@spartacus/asm",
"@spartacus/smartedit",
"@spartacus/qualtrics",
"@spartacus/cdc",
"@spartacus/tracking",
"@spartacus/cart",
"@spartacus/order",
"@spartacus/digital-payments",
"@spartacus/epd-visualization",
"@spartacus/setup"
]
},
"schematics": "./src/collection.json"
}