gtp2ogs
Version:
Wrapper to allow Gnu Go Text Protocol speaking Go engines to connect to Online-Go.com and play games
102 lines (101 loc) • 3.14 kB
JSON
{
"name": "gtp2ogs",
"version": "9.0.1",
"homepage": "https://github.com/online-go/gtp2ogs",
"repository": {
"type": "git",
"url": "https://github.com/online-go/gtp2ogs.git"
},
"author": "Akita Noek <anoek@online-go.com> (https://online-go.com/)",
"description": "Wrapper to allow Gnu Go Text Protocol speaking Go engines to connect to Online-Go.com and play games",
"files": [
"dist/*",
"example_config.json5"
],
"scripts": {
"gulp": "gulp",
"webpack-watch": "webpack --watch --progress --color",
"test": "jest",
"lint": "eslint src/",
"lint:fix": "eslint --fix src/",
"prettier": "prettier --write \"src/**/*.{ts}\"",
"prettier:check": "prettier --check \"src/**/*.{ts,}\"",
"typedoc": "typedoc src/config.ts"
},
"pkg": {
"scripts": [
"dist/*.js"
],
"targets": [
"node18-linux-x64",
"node18-macos-x64",
"node18-win-x64"
],
"outputPath": "packaged"
},
"keywords": [
"gtp",
"ogs",
"online-go.com",
"go",
"baduk"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/online-go/gtp2ogs/issues"
},
"bin": "./dist/gtp2ogs.js",
"dependencies": {
"bufferutil": "^4.0.7",
"goban-engine": "=8.3.71",
"json5": "^2.2.3",
"jsonschema": "^1.4.1",
"source-map-support": "^0.5.21",
"split2": "^4.1.0",
"tracer": "^1.1.6",
"utf-8-validate": "^6.0.3",
"ws": "^8.13.0",
"yargs": "^17.7.1"
},
"devDependencies": {
"@eslint/compat": "^1.2.4",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.16.0",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.5",
"@types/split2": "^3.2.1",
"@types/ws": "^8.5.4",
"@types/yargs": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"@stylistic/eslint-plugin": "^2.12.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsdoc": "^50.6.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-unicorn": "^49.0.0",
"globals": "^15.8.0",
"gulp": "^4.0.2",
"gulp-eslint-new": "^2.4.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^28.1.3",
"jest-transform-stub": "^2.0.0",
"jest-websocket-mock": "^2.4.0",
"pkg": "^5.8.1",
"prettier": "3.4.2",
"prettier-eslint": "^16.3.0",
"sinon": "^9.0.2",
"ts-jest": "^29.0.5",
"ts-json-schema-generator": "^1.2.0",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typedoc": "^0.27.4",
"typescript": "=5.7.2",
"webpack": "^5.76.3",
"webpack-cli": "^5.0.1"
}
}