-
Notifications
You must be signed in to change notification settings - Fork 409
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.28 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "@spartacus/omf",
"version": "221121.2.0",
"description": "SAP Order Management Foundation Integration",
"keywords": [
"spartacus",
"framework",
"storefront",
"omf"
],
"homepage": "https://github.com/SAP/spartacus",
"repository": "https://github.com/SAP/spartacus",
"license": "Apache-2.0",
"scripts": {
"build:schematics": "npm run clean:schematics && ../../node_modules/.bin/tsc -p ./tsconfig.schematics.json",
"clean:schematics": "../../node_modules/.bin/rimraf --glob \"schematics/**/*.js\" \"schematics/**/*.js.map\" \"schematics/**/*.d.ts\"",
"test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js"
},
"dependencies": {
"tslib": "^2.8.1"
},
"peerDependencies": {
"@angular-devkit/schematics": "^20.0.0",
"@angular/common": "^19.2.15",
"@angular/core": "^19.2.15",
"@angular/router": "^19.2.15",
"@ngrx/store": "^19.0.0",
"@spartacus/core": "221121.2.0",
"@spartacus/order": "221121.2.0",
"@spartacus/schematics": "221121.2.0",
"rxjs": "^7.8.0"
},
"engines": {
"node": "^22.0.0"
},
"publishConfig": {
"access": "public"
},
"schematics": "./schematics/collection.json"
}