@kitten-science/kitten-scientists
Version:
Add-on for the wonderful incremental browser game: https://kittensgame.com/web/
65 lines (64 loc) • 1.65 kB
JSON
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@kitten-science/kitten-scientists",
"version": "2.0.0-beta.11",
"description": "Add-on for the wonderful incremental browser game: https://kittensgame.com/web/",
"license": "MIT",
"author": "Oliver Salzburg <oliver.salzburg@gmail.com>",
"homepage": "https://github.com/kitten-science/kitten-scientists",
"repository": {
"type": "git",
"url": "git+https://github.com/kitten-science/kitten-scientists.git"
},
"bugs": {
"url": "https://github.com/kitten-science/kitten-scientists/issues"
},
"type": "module",
"exports": {
"./*.js": {
"types": "./lib/*.d.ts",
"default": "./lib/*.js"
},
"./injectable.js": {
"default": "./output/kitten-scientists.inject.js"
}
},
"files": [
"lib",
"output"
],
"scripts": {
"preversion": "make lint test",
"postversion": "git push"
},
"devDependencies": {
"@biomejs/biome": "2.3.10",
"@oliversalzburg/js-utils": "0.5.0",
"@types/dojo": "1.9.48",
"@types/jquery": "3.5.33",
"@types/node": "24.10.4",
"@types/semver": "7.7.1",
"@types/web": "0.0.306",
"cheerio": "1.1.2",
"date-fns": "4.1.0",
"dojo": "1.17.3",
"esbuild": "0.27.2",
"rollup": "4.54.0",
"rollup-plugin-cleanup": "3.2.1",
"semver": "7.7.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"
},
"keywords": [
"kitten",
"kittens",
"kitten scientists",
"kittensgame"
],
"engines": {
"node": ">= 20"
}
}