@sap_oss/odata-library
Version:
OData client for testing Netweawer OData services.
53 lines (52 loc) • 1.8 kB
JSON
{
"name": "@sap_oss/odata-library",
"version": "2.5.0",
"description": "OData client for testing Netweawer OData services.",
"main": "index.js",
"types": "./@types/index.d.ts",
"dependencies": {
"http-parser-js": "^0.5.0",
"jsdom": "^16.5.0",
"lodash": "^4.17.10",
"tough-cookie": "^4.0.0",
"xml2js": "^0.5.0"
},
"scripts": {
"test": "nyc --reporter=lcov --reporter=text mocha --recursive ./test/unit/ ./test/func/",
"unit": "mocha --recursive ./test/unit/ ./test/func/",
"unit-cov": "nyc --reporter=lcov --reporter=text mocha --recursive ./test/unit/",
"func-cov": "nyc --reporter=lcov --reporter=text mocha --recursive ./test/func/",
"unit-debug": "mocha --inspect-brk --recursive ./test/unit/ ./test/func/",
"validate": "npm run validate:eslint && npm run validate:prettier && npm run validate:test",
"validate:prettier": "prettier --check \"lib/**/*.js\" \"test/**/*.js\"",
"prettier": "prettier --write \"lib/**/*.js\" \"test/**/*.js\"",
"validate:eslint": "eslint \"lib/**/*.js\" \"test/**/*.js\"",
"validate:test": "mocha -R progress --recursive ./test/unit/ ./test/func/",
"watch": "nodemon -e js,xml -x \"npm run validate\"",
"build": "tsc",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git@github.com:SAP/odata-library.git"
},
"keywords": [
"OData"
],
"engines" : { "node" : ">18.15.0" },
"author": "SAP SE",
"license": "Apache-2.0",
"devDependencies": {
"@types/node": "^18.11.18",
"eslint": "^8.8.0",
"husky": "^7.0.4",
"mocha": "^11.1.0",
"nodemon": "^2.0.15",
"nyc": "^15.1.0",
"prettier": "^2.5.1",
"proxyquire": "^2.1.3",
"simple-git": "^3.1.1",
"sinon": "^13.0.1",
"typescript": "^4.9.4"
}
}