UNPKG

@kitten-science/game-data

Version:

[![QA Main](https://github.com/kitten-science/game-data/actions/workflows/qa-main.yml/badge.svg)](https://github.com/kitten-science/game-data/actions/workflows/qa-main.yml) [![Generate](https://github.com/kitten-science/game-data/actions/workflows/generat

52 lines (51 loc) 1.22 kB
{ "$schema": "https://json.schemastore.org/package.json", "name": "@kitten-science/game-data", "version": "1.1.2", "license": "CC-BY-NC-ND-4.0", "author": "Oliver Salzburg <oliver.salzburg@gmail.com>", "homepage": "https://github.com/kitten-science/game-data", "repository": { "type": "git", "url": "git+https://github.com/kitten-science/game-data.git" }, "bugs": { "url": "https://github.com/kitten-science/game-data/issues" }, "type": "module", "scripts": { "preversion": "make lint test", "postversion": "git push" }, "exports": { "./*.js": { "default": "./lib/*.js" }, ".": { "default": "./lib/index.js" } }, "devDependencies": { "@biomejs/biome": "2.0.0-beta.5", "@kitten-science/kitten-scientists": "2.0.0-beta.11-nightly.20250519", "@oliversalzburg/js-utils": "0.3.0", "@types/chai": "5.2.2", "@types/mocha": "10.0.10", "@types/node": "22.15.19", "c8": "10.1.3", "chai": "5.2.0", "esbuild": "0.25.4", "mocha": "11.4.0", "typescript": "5.8.3" }, "keywords": [ "kittensgame" ], "engines": { "node": ">= 18" }, "packageManager": "yarn@4.9.1", "files": [ "lib" ] }