{
  "name": "create-gojs-kit",
  "version": "3.1.8",
  "description": "A CLI for downloading GoJS samples, extensions, and docs",
  "keywords": [
    "GoJS"
  ],
  "homepage": "https://gojs.net",
  "bugs": {
    "url": "https://forum.nwoods.com/c/gojs",
    "email": "gojs@nwoods.com"
  },
  "license": "SEE LICENSE IN license.html",
  "author": "Northwoods Software",
  "bin": "./bin.js",
  "main": "./index.js",
  "files": [
    "dist",
    "bin.js"
  ],
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/NorthwoodsSoftware/GoJS"
  },
  "scripts": {},
  "dependencies": {
    "@clack/prompts": "^0.6.3",
    "kleur": "^4.1.5"
  },
  "devDependencies": {
    "@types/node": "^20.5.0"
  }
}
