@summer-health/linear-cli
Version:
CLI tool for interacting with Linear
49 lines (48 loc) • 1.02 kB
JSON
{
"name": "@summer-health/linear-cli",
"version": "1.0.3",
"description": "CLI tool for interacting with Linear",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"start": "node --loader ts-node/esm src/index.ts",
"test": "node --loader ts-node/esm src/test.ts",
"prepublishOnly": "npm run build"
},
"bin": {
"linear": "./dist/index.js"
},
"files": [
"dist",
"README.md"
],
"keywords": [
"linear",
"cli",
"typescript",
"project-management",
"issue-tracking"
],
"author": "John Dockery",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/summer-health/linear-cli.git"
},
"bugs": {
"url": "https://github.com/summer-health/linear-cli/issues"
},
"engines": {
"node": ">=18"
},
"dependencies": {
"@linear/sdk": "^2.0.0",
"commander": "^11.0.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"ts-node": "^10.0.0",
"typescript": "^5.0.0"
}
}