{
  "name": "@sabaki/go-board",
  "version": "1.4.3",
  "description": "A Go board data type",
  "main": "./src/main.js",
  "types": "./src/main.d.ts",
  "scripts": {
    "test": "tap --test-regex=.*\\.test\\.js$"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SabakiHQ/go-board.git"
  },
  "keywords": [
    "go",
    "board-game",
    "weiqi",
    "baduk",
    "datatype",
    "strategy"
  ],
  "author": "Yichuan Shen",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/SabakiHQ/go-board/issues"
  },
  "homepage": "https://github.com/SabakiHQ/go-board#readme",
  "devDependencies": {
    "tap": "^14.6.1"
  }
}
