{
  "name": "@coorpacademy/history",
  "version": "6.2.0",
  "description": "",
  "main": "lib/history.js",
  "module": "es/history.js",
  "files": [
    "lib",
    "es",
    "README.md"
  ],
  "scripts": {
    "ava": "ava",
    "test:unit": "nyc npm run ava",
    "test": "npm run lint && npm run test:unit",
    "lint": "eslint . --ext .js,.json --cache --cache-location \"node_modules/.cache/.eslintcache\"",
    "build:commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir lib -s --ignore test --copy-files",
    "build:es": "cross-env BABEL_ENV=es babel src --out-dir es -s --ignore test --copy-files",
    "build": "npm run build:commonjs && npm run build:es",
    "clean:commonjs": "rm -rf lib",
    "clean:es": "rm -rf es",
    "clean": "npm run clean:commonjs && npm run clean:es",
    "prepare": "npm run clean && npm run build --production"
  },
  "contributors": [
    "Arthur Weber <arthur.weber@coorpacademy.com>",
    "Christophe Dugne-Esquevin <christophe.dugne@coorpacademy.com>",
    "Gaelle Leguet <gaelle.leguet@coorpacademy.com>",
    "Jeroen Engels <jengels@coorpacademy.com>",
    "Joan Ortega <joan.ortega@coorpacademy.com>",
    "Julien Seren-Rosso <julien.seren-rosso@coorpacademy.com>"
  ],
  "dependencies": {
    "history": "^4.10.1",
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "@babel/cli": "^7.26.4",
    "@babel/core": "^7.26.7",
    "@babel/preset-env": "^7.26.7",
    "@babel/register": "^7.25.9",
    "@coorpacademy/eslint-plugin-coorpacademy": "^10.0.0",
    "ava": "^4.3.0",
    "babel-plugin-istanbul": "^6.0.0",
    "babel-plugin-lodash": "^3.3.4",
    "cross-env": "^7.0.2",
    "eslint": "^7.3.1",
    "nyc": "^15.0.1"
  },
  "author": "CoorpAcademy",
  "gitHead": "2256b6c7523c7c77259fdb5b5e110240515571b4"
}
