{
  "name": "butlerd",
  "version": "14.1.0",
  "description": "Node.js library for butlerd, the butler daemon",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "prepare": "npm run compile",
    "compile": "tsc",
    "test": "npm run compile && npm run node-test",
    "node-test": "node lib/tests/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/itchio/node-butlerd.git"
  },
  "keywords": [
    "butler"
  ],
  "files": [
    "lib",
    "index.js"
  ],
  "author": "Amos Wenger <amos@itch.io>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/itchio/node-butlerd/issues"
  },
  "homepage": "https://github.com/itchio/node-butlerd#readme",
  "devDependencies": {
    "@types/node": "^12.12.12",
    "@types/rimraf": "^2.0.2",
    "@types/split2": "^2.1.6",
    "@types/which": "^1.3.1",
    "cross-env": "^5.1.4",
    "prettier": "^1.19.1",
    "rimraf": "^2.6.2",
    "typescript": "^3.7.2",
    "which": "^1.3.0"
  },
  "dependencies": {
    "debug": "^3.1.0",
    "split2": "^3.0.0",
    "uuid": "^3.3.2"
  }
}
