labyrinth-game-logic
Version:
A libary that implements the boardgame labyrinth and exposes the functionality to create and interact with games
34 lines (33 loc) • 957 B
JSON
{
"name": "labyrinth-game-logic",
"version": "1.0.51",
"description": "A libary that implements the boardgame labyrinth and exposes the functionality to create and interact with games",
"main": "./dist/index.cjs",
"types": "./dist/index.d.cts",
"scripts": {
"test": "jest --coverage",
"build": "tsup ./src/index.ts --dts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TimoLehnertz/labyrint-game-logic.git"
},
"keywords": [
"Labyrinth"
],
"author": "Timo Lehnertz",
"license": "ISC",
"bugs": {
"url": "https://github.com/TimoLehnertz/labyrint-game-logic/issues"
},
"homepage": "https://github.com/TimoLehnertz/labyrint-game-logic#readme",
"devDependencies": {
"@ava/typescript": "^4.1.0",
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"typescript": "^5.4.2",
"tsup": "^8.0.2"
},
"type": "module"
}