{
  "name": "odata",
  "description": "o.js is a isomorphic Odata Javascript library to simplify the request of data. The main goal is to build a standalone, lightweight and easy to understand Odata lib.",
  "version": "2.0.1",
  "main": "dist/cjs/o.js",
  "browser": "dist/umd/o.js",
  "module": "dist/es2015/o.js",
  "types": "dist/types/o.d.ts",
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "cross-fetch": "^3.0.6",
    "odata-query": "^7.0.4",
    "tslib": "^1.9.3",
    "universal-url": "2.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.2.2",
    "@types/jest": "^26.0.15",
    "@types/node": "^10.12.24",
    "jest": "^26.6.1",
    "rollup": "^0.68.2",
    "rollup-plugin-babel": "^4.3.2",
    "rollup-plugin-commonjs": "^9.2.0",
    "rollup-plugin-node-resolve": "^4.0.0",
    "rollup-plugin-sourcemaps": "^0.4.2",
    "rollup-plugin-typescript2": "^0.24.2",
    "rollup-plugin-uglify-es": "0.0.1",
    "ts-jest": "^26.1.0",
    "tslint": "^5.12.1",
    "typescript": "^3.9.7",
    "url-polyfill": "^1.1.11",
    "whatwg-fetch": "^3.4.1"
  },
  "scripts": {
    "build": "rollup --config",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/janhommes/o.js.git"
  },
  "author": "Jan Hommes",
  "contributors": [
    "Matteo Antony Mistretta <antony.mistretta@gmail.com> (http://www.ingloriouscoderz.it)"
  ],
  "license": "MIT"
}
