-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 818 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
{
"name": "dialogsystem_example",
"version": "0.3.1",
"description": "",
"main": "build.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheHorscht/DialogSystem_example.git"
},
"author": "TheHorscht <realhorscht+github@gmail.com> (https://github.com/TheHorscht)",
"license": "ISC",
"bugs": {
"url": "https://github.com/TheHorscht/DialogSystem_example/issues"
},
"homepage": "https://github.com/TheHorscht/DialogSystem_example#readme",
"dependencies": {
"@octokit/core": "^3.5.1",
"adm-zip": "^0.5.9",
"axios": "^0.22.0",
"dotenv": "^10.0.0",
"minimatch": "^3.0.4",
"uri-template": "^1.0.1",
"xml2js": "^0.4.23"
}
}