-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.05 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.05 KB
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
{
"name": "fun-bot",
"version": "1.0.0",
"description": "something",
"main": "dist/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node dist/app.js",
"build": "node_modules/.bin/tsc -p . && cp -R -f src/static dist/static",
"monitor": "nodemon dist/app.js"
},
"author": "",
"license": "ISC",
"engines": {
"node": ">=7.4.0"
},
"devDependencies": {
"@types/async": "^2.0.38",
"@types/body-parser": "0.0.33",
"@types/express": "^4.0.35",
"@types/lru-cache": "^4.0.0",
"@types/moment-timezone": "^0.2.34",
"@types/qs": "^6.2.30",
"@types/request": "0.0.39",
"typescript": "^2.1.5"
},
"dependencies": {
"@types/moment": "^2.13.0",
"actions-on-google": "^1.0.5",
"async": "^2.1.4",
"body-parser": "^1.16.0",
"cheerio": "^0.22.0",
"express": "^4.14.0",
"lru-cache": "^4.0.2",
"moment": "^2.17.1",
"moment-timezone": "^0.5.11",
"qs": "^6.3.0",
"request": "^2.79.0",
"xmldom": "^0.1.27",
"xpath": "0.0.23"
}
}