{
  "name": "light-odata",
  "version": "2.7.0",
  "description": "lightweight odata javascript library",
  "unpkg": "./lib/light-odata-umd.js",
  "engines": {
    "node": ">=10"
  },
  "devDependencies": {
    "@types/http-string-parser": "^0.0.29",
    "@types/jest": "^26.0.7",
    "@types/mockjs": "^1.0.2",
    "@types/node": "^14.0.27",
    "@types/uuid": "^8.0.0",
    "@typescript-eslint/eslint-plugin": "^3.7.1",
    "@typescript-eslint/parser": "^3.7.1",
    "eslint": "^7.5.0",
    "jest": "^26.1.0",
    "mockjs": "^1.1.0",
    "rimraf": "^3.0.2",
    "standard-version": "^8.0.2",
    "terser-webpack-plugin": "^3.0.8",
    "ts-jest": "^26.1.4",
    "ts-loader": "^8.0.1",
    "typescript": "^3.9.7",
    "webpack": "^4.44.0",
    "webpack-cli": "^3.3.12"
  },
  "typings": "lib/index.d.ts",
  "scripts": {
    "build:umd": "webpack",
    "clean": "rimraf lib",
    "build": "npm run clean && tsc && npm run build:umd",
    "test": "jest",
    "lint": "tsc --noEmit && eslint src/**/*.*",
    "test:watch": "npm test -- --watch",
    "coverage": "npm test -- --coverage --no-cache",
    "coverage:watch": "npm run coverage -- --watch",
    "release": "standard-version --no-verify && git push --follow-tags origin master",
    "prepublishOnly": "npm run build && npm test"
  },
  "dependencies": {
    "@newdash/newdash": "^5.12.0",
    "node-fetch": "^2.6.0",
    "fetch-cookie": "^0.10.1",
    "http-string-parser": "^0.0.6",
    "uuid": "^8.3.0"
  },
  "homepage": "https://github.com/Soontao/c4codata",
  "author": {
    "name": "Theo Sun",
    "email": "theo.sun@sap.com",
    "url": "https://github.com/Soontao"
  },
  "main": "lib/index.js",
  "keywords": [
    "C4C",
    "SAP",
    "OData"
  ],
  "repository": "Soontao/c4codata",
  "license": "MIT"
}
