@sap/adp-abap
Version:
abap service for all yeoman generators
59 lines (58 loc) • 1.85 kB
JSON
{
"name": "@sap/adp-abap",
"version": "1.1.72",
"description": "abap service for all yeoman generators",
"license": "SEE LICENSE IN LICENSE.txt",
"main": "dist/index.js",
"types": "dist/index.d.js",
"keywords": [
"adp",
"abap"
],
"author": "SAP SE",
"files": [
"dist"
],
"devDependencies": {
"@types/chai": "4.3.4",
"@types/mocha": "10.0.1",
"@types/node": "18.11.12",
"@types/proxyquire": "1.3.28",
"@types/vscode": "1.44.0",
"chai": "4.3.7",
"mocha": "10.1.0",
"nyc": "15.1.0",
"proxyquire": "2.1.3",
"sinon": "15.0.0",
"ts-node": "10.9.1",
"typescript": "4.9.4"
},
"engines": {
"npm": ">= 8.0.0"
},
"dependencies": {
"@sap-ux/axios-extension": "1.21.4",
"@sap-ux/logger": "0.7.0",
"@sap-ux/store": "1.1.0",
"@sap/adp-common": "1.1.72",
"@sap-ux/system-access": "0.6.4",
"@sap/cf-tools": "0.8.1",
"axios": "1.8.4",
"fast-xml-parser": "4.5.0",
"lodash": "4.17.21"
},
"scripts": {
"build": "tsc -p . ",
"postbuild": "shx cp -r ./src/templates ./dist/templates",
"watch": "tsc --watch -p . ",
"lint": "eslint src --ext ts",
"lint:report": "eslint src -f json -o ../../reports/eslintResults/adp-abap.json",
"lint:fix": "eslint src --ext ts --fix",
"test": "mocha './test/**/*.spec.ts'",
"test:report": "mocha './test/**/*.spec.ts' -R mocha-junit-reporter --reporter-options mochaFile=../../reports/testResults/adp-abap-report-test.xml",
"coverage": "nyc mocha './test/**/*.spec.ts' --exit",
"debug-test": "node --nolazy --inspect-brk=9229 /home/user/projects/generator-adaptationproject-creation/node_modules/mocha/bin/_mocha -r ts-node/register test/**/*.spec.ts",
"debug": "node --inspect-brk /home/user/.node_modules_global/bin/yo @adaptation-project/adaptation-project",
"format": "prettier 'src/**/*.ts' --write && prettier 'test/**/*.ts' --write"
}
}