{
  "name": "gfd3",
  "version": "1.3.0",
  "description": "API for d3 trees with gf",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build"
  },
  "keywords": ["grammar", "gf", "api"],
  "dependencies": {
    "d3": "^7.0.0"
  },
  "devDependencies": {
    "typescript": "^4.5.4",
    "@types/d3": "^7.0.0",
    "ts-node": "^10.4.0"
  }
}
