{
  "name": "siren-parser",
  "version": "9.2.5",
  "main": "dist/index.js",
  "module": "src/index.js",
  "scripts": {
    "build": "babel src --out-dir ./dist --source-maps",
    "lint": "eslint src test --ext .js",
    "test": "npm run lint && npm run test:unit",
    "test:unit": "nyc mocha"
  },
  "files": [
    "/dist",
    "/src",
    "global.js"
  ],
  "author": "D2L Corporation",
  "license": "Apache-2.0",
  "homepage": "https://github.com/Brightspace/node-siren-parser",
  "repository": {
    "type": "git",
    "url": "https://github.com/Brightspace/node-siren-parser.git"
  },
  "bugs": {
    "url": "https://github.com/Brightspace/node-siren-parser/issues"
  },
  "devDependencies": {
    "@babel/cli": "^7.12.16",
    "@babel/core": "^7.12.16",
    "@babel/node": "^7.12.16",
    "@babel/preset-env": "^7.12.16",
    "@babel/register": "^7.12.13",
    "babel-plugin-istanbul": "^6.0.0",
    "chai": "^4.3.0",
    "eslint": "^7.20.0",
    "eslint-config-brightspace": "^0.12.0",
    "mocha": "^10.8.2",
    "nock": "^13.0.7",
    "nyc": "^18.0.0",
    "sinon": "^9.2.4",
    "sinon-chai": "^3.5.0",
    "supertest": "^6.1.3"
  },
  "nyc": {
    "require": [
      "@babel/register"
    ],
    "reporter": [
      "lcov",
      "text"
    ],
    "sourceMap": false,
    "instrument": false
  }
}
