stendhal/package.json
2026-01-06 21:43:57 +01:00

37 lines
849 B
JSON

{
"name": "stendhal",
"version": "1.0.0",
"description": "Stendhal is a fun friendly and free multiplayer online adventure game with an old school feel. ",
"main": "index.js",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/arianne/stendhal.git"
},
"keywords": [
"game",
"java",
"rpg",
"mmorpg",
"game-server"
],
"author": "Arianne Project",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/arianne/stendhal/issues"
},
"homepage": "https://arianne-project.org",
"private": true,
"devDependencies": {
"esbuild": "0.27.2",
"showdown": "^2.1.0",
"typedoc": "^0.28.15",
"typescript": "^5.9.3"
}
}