{
  "name": "idlejs",
  "version": "3.0.0",
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test",
    "lint": "tsdx lint",
    "prepare": "tsdx build"
  },
  "peerDependencies": {},
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "prettier": {
    "printWidth": 100,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "author": "Harun Urhan <harunurhan17@gmail.com> (http://github.com/harunurhan)",
  "bugs": {
    "url": "https://github.com/harunurhan/idlejs/issues"
  },
  "homepage": "https://github.com/harunurhan/idlejs#readme",
    "keywords": [
    "library",
    "typescript",
    "javascript",
    "idle",
    "idlejs",
    "not-idlejs",
    "module"
  ],
  "module": "dist/idlejs.esm.js",
  "devDependencies": {
    "husky": "^4.2.5",
    "tsdx": "^0.13.2",
    "tslib": "^2.0.0",
    "typescript": "^3.9.6"
  }
}
