{
  "name": "smartcar-unit",
  "version": "4.3.0",
  "description": "unit conversion library",
  "main": "index.js",
  "license": "MIT",
  "author": {
    "name": "Smartcar",
    "email": "hello@smartcar.com",
    "url": "https://smartcar.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/smartcar/unit.git"
  },
  "bugs": {
    "url": "https://github.com/smartcar/unit/issues"
  },
  "homepage": "https://github.com/smartcar/unit#readme",
  "keywords": [
    "unit",
    "conversion",
    "metric",
    "imperial"
  ],
  "files": [
    "index.js",
    "units.js"
  ],
  "engines": {
    "node": ">=10.0.0"
  },
  "scripts": {
    "test": "ava",
    "posttest": "npm run lint -s",
    "lint": "eslint . --cache",
    "cover": "nyc npm test -s"
  },
  "devDependencies": {
    "ava": "^3.3.0",
    "eslint": "^7.3.1",
    "eslint-config-smartcar": "^3.0.0",
    "nyc": "^15.0.0",
    "semantic-release": "^17.0.4"
  }
}
