{
  "name": "traec",
  "version": "1.5.8",
  "description": "",
  "main": "dist/index.js",
  "dependencies": {
    "dompurify": "^2.2.9",
    "immutable": "^4.0.0-rc.12",
    "jwt-decode": "^2.2.0",
    "react": "^17.0.2",
    "redux": "^4.1.0",
    "redux-devtools-extension": "^2.13.9",
    "redux-immutable": "^4.0.0",
    "redux-thunk": "^2.3.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.14.5",
    "@babel/core": "^7.14.6",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
    "@babel/preset-env": "^7.14.7",
    "@babel/preset-react": "^7.14.5",
    "@babel/register": "^7.14.5",
    "babel-jest": "^25.5.1",
    "husky": "^4.3.8",
    "jest": "^25.5.4",
    "jest-fetch-mock": "^3.0.3",
    "jest-junit": "^10.0.0",
    "mockdate": "^2.0.5",
    "prettier": "^2.8.8",
    "pretty-quick": "^2.0.2",
    "redux-mock-store": "^1.5.4",
    "rewire": "^6.0.0"
  },
  "jest": {
    "automock": false,
    "setupFiles": [
      "./test/setupJest.js"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged --print-width 120"
    }
  },
  "scripts": {
    "test": "jest",
    "test:watch": "npm test -- --watch",
    "matchversion": "npm --no-git-tag-version --allow-same-version version $(npm view traec version)",
    "patchversion": "npm --no-git-tag-version version patch",
    "build": "npx babel src --out-dir ./dist && cp -v ./package.json ./dist/package.json",
    "pub": "npm run matchversion && npm run patchversion && npm run build && npm publish ./dist"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/procedural-build/traec.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/procedural-build/traec/issues"
  },
  "homepage": "https://github.com/procedural-build/traec#readme"
}
