{
  "name": "culpaomnis",
  "devDependencies": {
    "@babel/cli": "^7.12.1",
    "@babel/core": "^7.12.3",
    "@babel/eslint-parser": "^7.17.0",
    "@babel/preset-env": "^7.12.1",
    "@babel/register": "^7.12.1",
    "babel-plugin-istanbul": "^6.0.0",
    "conventional-changelog-cli": "^2.1.0",
    "expect.js": "^0.3.1",
    "jsdoc": "^3.6.6",
    "lerna": "^4.0.0",
    "mocha": "^10.0.0",
    "mock-require": "^3.0.3",
    "node-fetch": "^3.2.4",
    "nyc": "^15.1.0",
    "standard": "^17.0.0",
    "wikidata-sdk": "^8.0.0"
  },
  "scripts": {
    "babel": "lerna exec --parallel -- babel src -d lib --copy-files",
    "babel-mjs": "lerna exec --parallel -- babel src -d lib-mjs --copy-files --env-name mjs",
    "lint": "standard",
    "test": "node test/run-tests.js",
    "test:live": "TEST_MOCK_HTTP=false npm test",
    "test:update": "node scripts/tests.wikidata.js && node scripts/tests.doi.js",
    "lerna": "lerna exec --ignore '*/cli' --no-bail --stream --",
    "coverage": "npm run coverage:test && npm run coverage:report",
    "coverage:test": "npm run lerna -- NODE_ENV=coverage nyc npm test -- -c",
    "coverage:report": "npm run lerna -- nyc report --reporter=text-lcov \">\" coverage.lcov",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
    "docs": "jsdoc -c .jsdoc.js",
    "preversion": "npm run lint && npm test",
    "version": "npm run changelog",
    "postversion": "npm run babel && npm run babel-mjs"
  },
  "standard": {
    "parser": "@babel/eslint-parser"
  },
  "author": "ElzaLeuschke",
  "repository": {
    "type": "git",
    "url": "https://github.com/KaileeJerde/culpaomnis.git"
  },
  "bugs": {
    "url": "https://github.com/KaileeJerde/culpaomnis.git/issues"
  },
  "version": "1.0.0"
}