-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1003 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
39
{
"name": "haskell-for-everyone-server",
"version": "0.1.0",
"description": "Server for the haskell for everyone editor",
"main": "server/build/Server.js",
"scripts": {
"start": "cd server && tsc && cd .. && node .",
"dev": "nodemon .",
"dev-ts": "cd server && tsc -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RJuall/haskell-for-everyone.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/RJuall/haskell-for-everyone/issues"
},
"homepage": "https://github.com/RJuall/haskell-for-everyone#readme",
"engines": {
"node": "10.9.0"
},
"dependencies": {
"@types/express": "^4.16.1",
"@types/mongodb": "^3.1.23",
"@types/websocket": "0.0.40",
"events": "^3.0.0",
"express": "^4.16.4",
"http": "0.0.0",
"https": "^1.0.0",
"mongodb": "^3.2.3",
"path": "^0.12.7",
"pug": "^2.0.3",
"typescript": "^3.3.3",
"websocket": "^1.0.28",
"xss": "^1.0.6"
}
}