{
  "name": "okie",
  "version": "1.0.1",
  "description": "Dead simple worker thread pool",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js"
  },
  "files": [
    "dist/index.js",
    "dist/index.d.ts"
  ],
  "scripts": {
    "dev": "tsc -p . -w --incremental",
    "test": "tsc -p . && jest",
    "prepublishOnly": "tsc -p ."
  },
  "author": "Evan You",
  "license": "MIT",
  "engines": {
    "node": ">=12.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yyx990803/okie.git"
  },
  "jest": {
    "testEnvironment": "node"
  },
  "devDependencies": {
    "@types/node": "^14.14.14",
    "jest": "^26.6.3",
    "typescript": "^4.1.3"
  }
}
