{
  "name": "jov2",
  "version": "1.0.1",
  "description": "A light Javascript API for reading OV2 POI databases",
  "main": "index.js",
  "bin": {},
  "scripts": {
    "general": " --- GENERAL ---",
    "build:js": " --- JAVASCRIPT --- ",
    "build:css": " --- CSS --- ",
    "build:generic": " --- BUILD (GENERIC) --- ",
    "build:development": " --- BUILD (DEVELOPMENT) --- ",
    "build:production": " --- BUILD (PRODUCTION) --- ",

    "testing": " --- TESTING --- ",
    "test": "cross-env NODE_ENV=test c8 --reporter=lcov mocha ./test/main.js",
    "display:coverage": "open -a safari ./coverage/lcov-report/index.html",
    "check:coverage": "c8 check-coverage --statements 90 --branches 80 --functions 100 --lines 90",
    "report": "c8 report",

    "serving": " --- SERVING --- ",
    "watch:js:css": " --- WATCHING --- ",
    "deployment": " --- DEPLOYMENT --- ",

    "others": " --- OTHERS ---",
    "prepare": "husky install",
    "doc": ""
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jclo/jov2.git"
  },
  "keywords": [
    "ov2",
    "POI",
    "TomTom"
  ],
  "author": {
    "name": "Mobilabs",
    "email": "contact@mobilabs.fr",
    "url": "http://www.mobilabs.fr"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jclo/jov2/issues"
  },
  "homepage": "https://github.com/jclo/jov2",
  "dependencies": {},
  "devDependencies": {
    "c8": "^9.0.0",
    "chai": "^4.4.0",
    "cross-env": "^7.0.3",
    "eslint": "^8.56.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.29.1",
    "husky": "^8.0.3",
    "mocha": "^10.2.0",
    "@mobilabs/es6lib": "2.2.0"
  },
  "c8": {
    "include": [
      "index.js",
      "src/**/*.js"
    ],
    "exclude": [],
    "all": false
  },
  "publishConfig": {
    "access": "public"
  },
  "private": false
}
