{
  "name": "taskwarrior-lib",
  "version": "0.5.2",
  "description": "A Node.js library for interacting with taskwarrior",
  "main": "dist/index.js",
  "types": "./types/index.d.ts",
  "scripts": {
    "test": "ts-node test/test.ts",
    "build": "rm -rf dist && tsc"
  },
  "files": [
    "dist/*",
    "package*.json",
    "types/*"
  ],
  "keywords": [
    "taskwarrior",
    "node.js",
    "typescript",
    "library"
  ],
  "author": "DCsunset",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DCsunset/taskwarrior-lib"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^14.0.13",
    "ts-node": "^8.10.2",
    "typescript": "^3.9.5"
  }
}
