-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 945 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
40
41
42
43
{
"name": "ryan",
"productName": "ryan",
"version": "0.0.1",
"description": "Ask Ryan Anything!",
"main": "api/index.js",
"scripts": {
"start": "node api/index.js",
"start:remote": "./bin/start.sh",
"stop": "./bin/stop.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jszersze/ryan.git"
},
"keywords": [
"ask",
"bot"
],
"license": "UNLICENSED",
"author": {
"name": "Kuba Szerszen",
"email": "[email protected]",
"url": "https://github.com/jszersze"
},
"bugs": {
"url": "https://github.com/jszersze/ryan/issues"
},
"dependencies": {
"@types/express": "4.17.1",
"body-parser": "^1.19.0",
"compromise-penn-tags": "0.0.2",
"compromise-sentences": "0.3.0",
"compromise": "13.11.4",
"dotenv": "10.0.0",
"express": "4.17.1",
"mongoose": "5.11.13",
"node-uuid": "1.4.7"
},
"engines": {
"node": "=14.16.0"
}
}