jmou/cgithub
git clone https://github.com/jmou/cgithub.git
git clone git@github.com:jmou/cgithub.git
Loading…
(top)/package.json
language: JSON
679 Bytes / 26 lines / 26 loc
History
View raw
{
  "name": "cgithub",
  "version": "1.0.0",
  "description": "Lightweight GitHub alternative frontend",
  "license": "MIT",
  "type": "module",
  "scripts": {
    "dev": "node scripts/build.ts && wrangler dev",
    "deploy": "node scripts/build.ts && wrangler deploy",
    "test": "node --test --test-concurrency=4 src/app.test.ts src/scraper.test.ts"
  },
  "dependencies": {
    "css-select": "^6.0.0",
    "domhandler": "^5.0.3",
    "domutils": "^3.2.2",
    "eta": "^3.5.0",
    "hono": "^4.6.14",
    "htmlparser2": "^10.1.0"
  },
  "devDependencies": {
    "@types/node": "^22.10.2",
    "prettier": "^3.8.1",
    "typescript": "^5.7.2",
    "wrangler": "^4.110.0"
  }
}