{
  "name": "vin-decoder",
  "version": "1.3.0",
  "description": "Vehicle Identification Number Decoder",
  "main": "index.js",
  "files": [
    "data/*"
  ],
  "scripts": {
    "test": "node ./node_modules/mocha/bin/mocha",
    "autotest": "supervisor -q -n exit -x mocha -- -b"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/frankely/vin-decoder.git"
  },
  "keywords": [
    "VIN",
    "Decoder",
    "Vehicle",
    "Decoder"
  ],
  "author": "Frankely Diaz <diazfrankely@gmail.com> (http://frankelydiaz.com)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/frankely/vin-decoder/issues"
  },
  "homepage": "https://github.com/frankely/vin-decoder#readme",
  "devDependencies": {
    "chai": "^4.3.6",
    "mocha": "^10.0.0",
    "supervisor": "^0.12.0"
  }
}
