binnacle 0.0.1-alpha.7

A CLI tool for AI agents and humans to track project graphs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "binnacle",
  "version": "0.0.0",
  "private": true,
  "description": "Development dependencies for binnacle project",
  "devDependencies": {
    "esbuild": "^0.24.2",
    "eslint": "^8.57.0",
    "highlight.js": "^11.11.1",
    "marked": "^12.0.2"
  },
  "scripts": {
    "lint:js": "eslint web/js/**/*.js",
    "bundle": "node scripts/bundle-web.js"
  }
}