forked from arianne/stendhal
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 848 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"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,
"dependencies": {
"typescript": "^5.2.0"
},
"devDependencies": {
"showdown": "^2.1.0",
"typedoc": "^0.25.12"
}
}