-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.66 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
{
"name": "linebot-node-test",
"version": "1.0.0",
"description": "line bot test using node",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"tsc": "tsc",
"dev": "ts-node-dev --respawn ./app/app.ts",
"predev": "ts-node-dev --respawn --transpileOnly ./app/app.ts",
"prod": "tsc && node ./build/app.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@google-cloud/text-to-speech": "^1.0.0",
"@line/bot-sdk": "^6.7.1",
"@types/axios": "^0.14.0",
"@types/cheerio": "^0.22.13",
"@types/dotenv": "^6.1.1",
"@types/es6-promise": "^3.3.0",
"@types/express": "^4.16.1",
"@types/express-http-proxy": "^1.5.9",
"@types/google-cloud__text-to-speech": "^0.5.0",
"@types/host-validation": "^2.0.0",
"@types/mongodb": "^3.3.0",
"@types/request": "^2.48.1",
"@types/request-promise-native": "^1.0.17",
"@types/twit": "^2.2.21",
"axios": "^0.21.2",
"cheerio": "^1.0.0-rc.3",
"date-fns-timezone": "^0.1.4",
"dotenv": "^7.0.0",
"express": "^4.17.1",
"express-http-proxy": "^1.5.1",
"get-audio-duration": "^1.0.0",
"host-validation": "^2.0.1",
"mongodb": "^3.3.1",
"node-fdkaac": "^1.3.0",
"node-html-parser": "^1.1.16",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"request-promise-native": "^1.0.7",
"standardized-audio-context": "^20.1.2",
"timezone-support": "^1.8.1",
"ts-node-dev": "^1.0.0-pre.39",
"twit": "^2.2.11",
"typescript": "^3.7.4",
"vue": "^2.6.10",
"web-audio-api": "^0.2.2"
},
"devDependencies": {
"source-map-support": "^0.5.12",
"ts-node": "^8.4.1"
}
}