Skip to content

Commit

Permalink
package.json updated
Browse files Browse the repository at this point in the history
  • Loading branch information
c-kobo committed Nov 20, 2024
1 parent 9996b1d commit 0597096
Showing 1 changed file with 121 additions and 121 deletions.
242 changes: 121 additions & 121 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,150 +6,150 @@
"license": "SAP SAMPLE CODE LICENSE",
"repository": "https://github.com/SAP-samples/cap-sflight",
"engines": {
"node": ">=18"
"node": ">=18"
},
"scripts": {
"lint": "npx eslint .",
"start": "cds-serve",
"test": "jest",
"test:mocha": "npx mocha",
"travel-processor": "cds-tsx watch --open sap.fe.cap.travel/index.html?sap-ui-xx-viewCache=false",
"travel-analytics": "cds-tsx watch --open sap.fe.cap.travel_analytics/index.html?sap-ui-xx-viewCache=false"
"lint": "npx eslint .",
"start": "cds-serve",
"test": "jest",
"test:mocha": "npx mocha",
"travel-processor": "cds-tsx watch --open sap.fe.cap.travel/index.html?sap-ui-xx-viewCache=false",
"travel-analytics": "cds-tsx watch --open sap.fe.cap.travel_analytics/index.html?sap-ui-xx-viewCache=false"
},
"dependencies": {
"@cap-js/hana": "^1",
"@sap/cds": ">=8.4.0",
"@sap/xssec": "^4",
"express": "^4"
"@cap-js/hana": "^1",
"@sap/cds": ">=8.4.0",
"@sap/xssec": "^4",
"express": "^4"
},
"devDependencies": {
"@cap-js/cds-typer": "^0",
"@cap-js/cds-types": "^0",
"@cap-js/sqlite": "^1.0.1",
"cds-plugin-ui5": "^0.11.1",
"@sap/ux-specification": "UI5-1.128",
"@types/jest": "^29.5.13",
"axios": "^1",
"chai": "^4.3.0",
"chai-as-promised": "^7.1.1",
"chai-subset": "^1.6.0",
"cross-spawn": "^7.0.3",
"eslint": "^9",
"http-proxy": "^1.18.1",
"jest": "^29.0.2",
"qunit": "^2.9.3",
"ts-jest": "^29.2.5",
"tsx": "^4.19.2",
"typescript-eslint": "^8.12.2"
"@cap-js/cds-typer": "^0",
"@cap-js/cds-types": "^0",
"@cap-js/sqlite": "^1.0.1",
"@sap/ux-specification": "UI5-1.128",
"@types/jest": "^29.5.13",
"axios": "^1",
"cds-plugin-ui5": "^0.11.1",
"chai": "^4.3.0",
"chai-as-promised": "^7.1.1",
"chai-subset": "^1.6.0",
"cross-spawn": "^7.0.3",
"eslint": "^9",
"http-proxy": "^1.18.1",
"jest": "^29.0.2",
"qunit": "^2.9.3",
"ts-jest": "^29.2.5",
"tsx": "^4.19.2",
"typescript-eslint": "^8.12.2"
},
"cds": {
"requires": {
"db": {
"kind": "sql"
"requires": {
"db": {
"kind": "sql"
},
"[production]": {
"db": {
"kind": "hana-cloud"
},
"auth": {
"kind": "xsuaa"
}
},
"[development]": {
"auth": {
"kind": "mocked-auth",
"users": {
"rose": {
"roles": []
},
"martha": {
"roles": [
"reviewer"
]
},
"amy": {
"roles": [
"processor"
]
},
"admin": {
"password": "admin",
"roles": [
"admin"
]
}
}
}
}
},
"[production]": {
"db": {
"kind": "hana-cloud"
},
"auth": {
"kind": "xsuaa"
}
"log": {
"service": true
},
"[development]": {
"auth": {
"kind": "mocked-auth",
"users": {
"rose": {
"roles": []
},
"martha": {
"roles": [
"reviewer"
]
},
"amy": {
"roles": [
"processor"
]
},
"admin": {
"password": "admin",
"roles": [
"admin"
"fiori": {
"wrap_multiple_errors": false
},
"build": {
"[node!]": {
"target": "gen",
"tasks": [
{
"for": "nodejs"
},
{
"for": "typescript"
},
{
"for": "hana"
}
]
}
}
}
}
},
"log": {
"service": true
},
"fiori": {
"wrap_multiple_errors": false
},
"build": {
"[node!]": {
"target": "gen",
"tasks": [
{
"for": "nodejs"
},
{
"for": "typescript"
"[java]": {
"target": ".",
"tasks": [
{
"for": "java-cf"
}
]
},
{
"for": "hana"
"[hana]": {
"target": "gen",
"tasks": [
{
"for": "hana"
}
]
}
]
},
"[java]": {
"target": ".",
"tasks": [
{
"for": "java-cf"
}
]
"sql": {
"native_hana_associations": false
},
"[hana]": {
"target": "gen",
"tasks": [
{
"for": "hana"
}
]
"typer": {
"output_directory": "@cds-models",
"use_entities_proxy": true
}
},
"sql": {
"native_hana_associations": false
},
"typer": {
"output_directory": "@cds-models",
"use_entities_proxy": true
}
},
"jest": {
"preset": "ts-jest",
"globalSetup": "./test/setup.ts",
"testEnvironment": "node",
"testTimeout": 20000
"preset": "ts-jest",
"globalSetup": "./test/setup.ts",
"testEnvironment": "node",
"testTimeout": 20000
},
"mocha": {
"node-option": [
"import=tsx"
],
"require": "test/setup.ts",
"spec": "test/**/*.ts",
"timeout": 20000
"node-option": [
"import=tsx"
],
"require": "test/setup.ts",
"spec": "test/**/*.ts",
"timeout": 20000
},
"workspaces": [
"app/*"
],
"sapux": [
"app/travel_processor",
"app/travel_analytics"
"app/travel_processor",
"app/travel_analytics"
],
"workspaces": [
"app/*"
],
"imports": {
"#cds-models/*": "./@cds-models/*/index.js"
"#cds-models/*": "./@cds-models/*/index.js"
}
}
}

0 comments on commit 0597096

Please sign in to comment.