{
  "name": "jsreport-express",
  "version": "2.8.1",
  "description": "jsreport extension adding API",
  "scripts": {
    "start": "jsreport-studio-start --httpPort 4800",
    "test": "cross-env DEBUG=jsreport mocha test --timeout 5000 && standard"
  },
  "homepage": "https://github.com/jsreport/jsreport-express",
  "repository": {
    "type": "git",
    "url": "git@github.com:jsreport/jsreport-express.git"
  },
  "keywords": [
    "jsreport"
  ],
  "standard": {
    "env": {
      "node": true,
      "mocha": true
    }
  },
  "license": "LGPL",
  "dependencies": {
    "bluebird": "3.5.4",
    "body-parser": "1.19.0",
    "cookie-parser": "1.4.4",
    "cors": "2.8.5",
    "express": "4.17.1",
    "lodash.omit": "4.5.0",
    "serve-static": "1.14.1",
    "simple-odata-server": "1.1.1"
  },
  "author": "Jan Blaha",
  "devDependencies": {
    "cross-env": "5.2.0",
    "eslint": "5.9.0",
    "jsreport-core": "2.10.1",
    "jsreport-jsrender": "2.1.1",
    "jsreport-scripts": "2.6.0",
    "jsreport-studio-dev": "1.6.0",
    "jsreport-templates": "2.4.0",
    "mocha": "5.2.0",
    "should": "13.2.3",
    "standard": "12.0.1",
    "supertest": "3.3.0"
  },
  "engines": {
    "node": ">=8.9"
  },
  "files": [
    "lib",
    "certificates",
    "index.js",
    "jsreport.config.js"
  ]
}
