forked from theflyingape/dankdomain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 1.89 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "dankdomain",
"version": "2.5.1",
"description": "Dank Domain: the return of Hack & Slash",
"main": "telnet",
"publisher": "theflyingape",
"os": [
"linux"
],
"engines": {
"node": ">=12.13"
},
"scripts": {
"build": "./build.sh",
"mame": "./build/mame.sh",
"start": "killall ddgame; node ./build/door/app &",
"test": "./build/tty.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theflyingape/dankdomain.git"
},
"keywords": [
"bbs",
"door",
"dungeon",
"game",
"telnet",
"xterm"
],
"author": "Robert Hurst",
"contributors": [
{
"name": "Ronald Hurst",
"email": "[email protected]",
"url": "https://manual.ddgame.us/"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/theflyingape/dankdomain/issues"
},
"homepage": "https://www.DDgame.us",
"dependencies": {
"animate.css": "^3.7.2",
"better-sqlite3": "^6.0.1",
"bufferutil": "^4.0.1",
"chokidar": "^3.3.1",
"express": "^4.17.1",
"fs-extra": "^9.0.0",
"got": "^10.7.0",
"integer": "^3.0.1",
"node-pty": "^0.9.0",
"nodemailer": "^6.4.6",
"nodemailer-smtp-transport": "^2.7.4",
"sprintf-js": "^1.1.2",
"title-case": "^3.0.2",
"utf-8-validate": "^5.0.2",
"ws": "^7.2.3",
"xterm": "^4.5.0",
"xterm-addon-fit": "^0.3.0",
"xterm-addon-unicode11": "^0.1.1",
"xterm-addon-web-links": "^0.3.0",
"xterm-addon-webgl": "^0.6.0",
"xvt": "^1.1.6"
},
"devDependencies": {
"@types/better-sqlite3": "^5.4.0",
"@types/express": "^4.17.6",
"@types/fs-extra": "^8.1.0",
"@types/node": "^12.12.35",
"@types/nodemailer": "^6.4.0",
"@types/nodemailer-smtp-transport": "^2.7.4",
"@types/sprintf-js": "^1.1.2",
"@types/ws": "^7.2.3",
"browserify": "^16.5.1",
"tslint": "^6.1.1",
"typescript": "^3.8.3"
}
}