SAP-BTP-Spielwiese/app1/node_modules/@sap/e2e-trace/package.json
Markus Rettig 775ac7b58c completed step 3 from the tutorial
you must login with an BTP account in order to see the app
2024-02-08 16:13:36 +01:00

43 lines
No EOL
1.1 KiB
JSON

{
"name": "@sap/e2e-trace",
"description": "Provides functionalities for handling SAP Passports",
"version": "4.1.0",
"main": "index.js",
"repository": {},
"license": "SEE LICENSE IN LICENSE file",
"scripts": {
"lint": "eslint -f stylish --ignore-path .gitignore .",
"test": "node node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha test -- --recursive --check-leaks",
"prepareRelease": "npm shrinkwrap && clean-packages -i && npm prune"
},
"engines": {
"node": "^12.0.0 || ^14.0.0 || ^16.0.0 || ^18.0.0 || ^20.0.0"
},
"files": [
"lib",
"package.json",
"LICENSE",
"diagram.png",
"README.md",
"index.js",
"npm-shrinkwrap.json"
],
"dependencies": {
"request-stats": "3.0.0"
},
"devDependencies": {
"capture-stream": "0.1.2",
"chai": "3.5.0",
"connect": "3.4.1",
"eslint": "3.2.2",
"express": "4.16.2",
"filter-node-package": "3.2.0",
"istanbul": "0.4.5",
"lodash": "4.17.21",
"mocha": "3.0.2",
"node-style": "^2.0.0",
"proxyquire": "1.7.10",
"sinon": "1.17.5",
"supertest": "2.0.0"
}
}