{
  "name": "crm-cli",
  "version": "2.3.2",
  "description": "Customers Relationship Management from your Terminal",
  "main": "build/module.js",
  "types": "build/module.d.ts",
  "bin": {
    "crm": "./crm"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc",
    "doc": "apidoc -i src"
  },
  "author": "Jean-Christophe Hoelt <hoelt@fovea.cc>",
  "license": "GPL",
  "dependencies": {
    "axios": "^1.6.8",
    "bunyan": "^1.8.15",
    "cli-table": "^0.3.1",
    "enquirer": "^2.0.2",
    "express": "^4.19.2",
    "fuse.js": "^3.3.0",
    "moment": "^2.22.2",
    "tmp": "0.0.33"
  },
  "devDependencies": {
    "@jchoelt/apidoc-plugin-ts": "^2.3.0",
    "@types/bunyan": "^1.8.11",
    "@types/cli-table": "^0.3.4",
    "@types/express": "^4.17.21",
    "@types/node": "^20.12.8",
    "@types/tmp": "^0.2.6",
    "typescript": "^5.4.5"
  }
}
