@kitten-science/kitten-analysts
Version:
64 lines (63 loc) • 1.77 kB
JSON
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@kitten-science/kitten-analysts",
"version": "0.0.15",
"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": "1.9.4",
"@kitten-science/kitten-scientists": "2.0.0-beta.11-nightly.20250522",
"@koa/bodyparser": "5.1.2",
"@koa/cors": "5.0.0",
"@oliversalzburg/js-utils": "0.3.0",
"@types/jsdom": "21.1.7",
"@types/koa": "2.15.0",
"@types/koa__cors": "5.0.0",
"@types/koa-router": "7.4.8",
"@types/node": "22.15.21",
"@types/web": "0.0.235",
"@types/ws": "8.18.1",
"esbuild": "0.25.4",
"jsdom": "26.1.0",
"koa": "2.16.1",
"koa-router": "13.0.1",
"lz-string": "1.5.0",
"prom-client": "15.1.3",
"tslib": "2.8.1",
"typescript": "5.8.3",
"vite": "6.3.5",
"vite-plugin-css-injected-by-js": "3.5.2",
"vite-plugin-userscript": "0.1.3",
"ws": "8.18.2"
},
"keywords": [
"kittensgame"
],
"engines": {
"node": ">= 20"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}