{
  "name": "@jake-story/trellor",
  "version": "1.2.17",
  "description": "Trello service module",
  "main": "dist/index.js",
  "types": "dist/index.d.js",
  "scripts": {
    "prepare": "npm run build",
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Jake Story",
  "license": "MIT",
  "dependencies": {
    "@types/request": "^2.48.1",
    "npm": "^6.5.0",
    "request": "^2.88.0"
  },
  "devDependencies": {
    "typescript": "^3.2.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jake-story/npm.git"
  },
  "keywords": [
    "Trello",
    "TO",
    "Do",
    "List",
    "Manager"
  ],
  "bugs": {
    "url": "https://github.com/jake-story/npm/issues"
  },
  "homepage": "https://github.com/jake-story/npm#readme"
}
