UNPKG

@kitten-science/kitten-analysts

Version:
63 lines (62 loc) 1.6 kB
{ "$schema": "https://json.schemastore.org/package.json", "name": "@kitten-science/kitten-analysts", "version": "0.0.19", "description": "Kitten Analysts", "license": "MIT", "author": "Oliver Salzburg <oliver.salzburg@gmail.com>", "homepage": "https://github.com/kitten-science/kitten-analysts", "repository": { "type": "git", "url": "git+https://github.com/kitten-science/kitten-analysts.git" }, "bugs": { "url": "https://github.com/kitten-science/kitten-analysts/issues" }, "type": "module", "scripts": { "preversion": "make lint test", "postversion": "git push" }, "exports": { "./*.js": { "types": "./lib/*.d.ts", "default": "./lib/*.js" } }, "files": [ "lib" ], "devDependencies": { "@biomejs/biome": "2.3.10", "@kitten-science/kitten-scientists": "2.0.0-beta.11-dev.20251225140939", "@koa/bodyparser": "6.0.0", "@koa/cors": "5.0.0", "@oliversalzburg/js-utils": "0.5.0", "@types/jsdom": "27.0.0", "@types/koa": "3.0.1", "@types/koa__cors": "5.0.1", "@types/koa-router": "7.4.9", "@types/node": "24.10.4", "@types/web": "0.0.306", "@types/ws": "8.18.1", "esbuild": "0.27.2", "jsdom": "27.3.0", "koa": "3.1.1", "koa-router": "14.0.0", "lz-string": "1.5.0", "prom-client": "15.1.3", "tslib": "2.8.1", "typescript": "5.9.3", "vite": "7.3.0", "vite-plugin-css-injected-by-js": "3.5.2", "vite-plugin-userscript": "0.1.3", "ws": "8.18.3" }, "keywords": [ "kittensgame" ], "engines": { "node": ">= 20" } }