{
  "name": "hd-types-check",
  "version": "1.0.2",
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "test": "mocha" ,
    "cleanLib": "rimraf lib",
    "bableBuild": "babel src --out-dir lib",
    "prepub": "npm run cleanLib && npm run bableBuild"
  },
  "keywords": [
    "types",
    "types-check",
    "typeof"
  ],
  "dependencies": {},
  "devDependencies": {
    "@babel/cli": "^7.16.0",
    "@babel/core": "^7.16.0",
    "@babel/preset-env": "^7.16.4",
    "jshint": "^2.13.1",
    "mocha": "^9.1.3",
    "rimraf": "^3.0.2"
  }
}
