gomoku-game
Version:
Gomoku game engine
47 lines (46 loc) • 1.11 kB
JSON
{
"name": "gomoku-game",
"version": "0.0.9",
"description": "Gomoku game engine",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"test": "jest ./tests/",
"build": "rm -r ./dist/* && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Daybringer/gomoku-game.git"
},
"keywords": [
"gomoku",
"game",
"piskvorky",
"fiveinarow",
"renju"
],
"author": "Michal Vanata",
"license": "MIT",
"bugs": {
"url": "https://github.com/Daybringer/gomoku-game/issues"
},
"homepage": "https://github.com/Daybringer/gomoku-game#readme",
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@types/jest": "^29.2.4",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"babel-jest": "^29.3.1",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"jest": "^29.2.2",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
}
}