-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.12 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
{
"name": "dfcxdiscord",
"version": "1.0.0",
"description": "an integration between Dialogflow CX and Discord",
"main": "dist/index.js",
"dependencies": {
"@google-cloud/datastore": "^6.4.8",
"@google-cloud/dialogflow-cx": "^2.13.0",
"@google-cloud/logging": "^9.6.3",
"@google-cloud/secret-manager": "^3.10.1",
"@supercharge/strings": "^1.19.0",
"@types/luxon": "^2.0.1",
"discord.js": "^13.1.0",
"dotenv": "^10.0.0",
"luxon": "^2.0.2",
"pb-util": "^1.0.1",
"typescript": "^4.3.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx tsc",
"prestart": "npm run build",
"start": "node dist/index.js",
"start-dev":"tsnd --require dotenv/config --respawn src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/johndikeman/DFCXDiscord.git"
},
"author": "john dikeman",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/johndikeman/DFCXDiscord/issues"
},
"homepage": "https://github.com/johndikeman/DFCXDiscord#readme",
"devDependencies": {
"ts-node-dev": "^1.1.8"
}
}