| e93a978 | | | 1 | { |
| 7a611b5 | | | 2 | "name": "@letterpress-labs/grove-scm", |
| 7be5e0c | | | 3 | "version": "0.1.6", |
| 7010ba9 | | | 4 | "description": "CLI for Grove — self-hosted source control built on Sapling and Mononoke", |
| e93a978 | | | 5 | "type": "module", |
| e93a978 | | | 6 | "bin": { |
| e93a978 | | | 7 | "grove": "dist/cli.js" |
| e93a978 | | | 8 | }, |
| 7010ba9 | | | 9 | "files": [ |
| 7010ba9 | | | 10 | "dist" |
| 7010ba9 | | | 11 | ], |
| e93a978 | | | 12 | "scripts": { |
| e93a978 | | | 13 | "build": "tsc", |
| 7010ba9 | | | 14 | "dev": "tsx src/cli.ts", |
| 7010ba9 | | | 15 | "prepublishOnly": "npm run build" |
| e93a978 | | | 16 | }, |
| 7010ba9 | | | 17 | "keywords": [ |
| 7010ba9 | | | 18 | "grove", |
| 7010ba9 | | | 19 | "sapling", |
| 7010ba9 | | | 20 | "mononoke", |
| 7010ba9 | | | 21 | "scm", |
| 7010ba9 | | | 22 | "source-control", |
| 7010ba9 | | | 23 | "self-hosted" |
| 7010ba9 | | | 24 | ], |
| 7010ba9 | | | 25 | "license": "MIT", |
| 7010ba9 | | | 26 | "repository": { |
| 7010ba9 | | | 27 | "type": "git", |
| 7010ba9 | | | 28 | "url": "https://grove.host/letterpress-labs/grove" |
| 7010ba9 | | | 29 | }, |
| 7010ba9 | | | 30 | "homepage": "https://grove.host", |
| e93a978 | | | 31 | "dependencies": { |
| 59e6667 | | | 32 | "@clack/prompts": "^1.0.1", |
| e93a978 | | | 33 | "open": "^10.1.0" |
| e93a978 | | | 34 | }, |
| e93a978 | | | 35 | "devDependencies": { |
| e93a978 | | | 36 | "@types/node": "^22.0.0", |
| e93a978 | | | 37 | "tsx": "^4.19.0", |
| e93a978 | | | 38 | "typescript": "^5.7.0" |
| e93a978 | | | 39 | } |
| e93a978 | | | 40 | } |