{
  "name": "cli",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "install": "cmake-js compile",
    "lint": "tslint --type-check -c src/tslint.json -p src/tsconfig.json",
    "prepublish": "npm run lint && tsc -p src/"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "tslint": "^6.1.3",
    "typescript": "^5.1.6"
  }
}