-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
53 lines (53 loc) · 1.44 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
{
"name": "bc-mod-api",
"version": "1.0.0",
"description": "* versions\r * feedback\r * cors\r * description",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "nodemon"
},
"repository": "git+https://github.com/boxcrittersmods/bc-mod-api.git",
"_moduleAliases": {
"#data": "data",
"#src": "src"
},
"author": "tumble1999",
"license": "ISC",
"bugs": {
"url": "https://github.com/boxcrittersmods/bc-mod-api/issues"
},
"homepage": "https://github.com/boxcrittersmods/bc-mod-api#readme",
"dependencies": {
"@octokit/app": "3.0.0",
"@octokit/plugin-retry": "^2.2.0",
"@octokit/rest": "^16.35.0",
"absolutify": "^0.1.0",
"archiver": "^3.1.1",
"bc-admin-login": "git+https://[email protected]/boxcrittersmods/bc-admin-login.git",
"bent": "^7.3.12",
"body-parser": "^1.20.0",
"canvas": "^2.9.1",
"combined-stream": "^1.0.8",
"cors": "^2.8.5",
"discord-webhook-node": "^1.1.8",
"dotenv": "^8.6.0",
"express": "^4.18.1",
"ffmpeg": "^0.0.4",
"gif-encoder-2": "^1.0.5",
"image-data-uri": "^1.0.0",
"jimp": "^0.16.1",
"jsdom": "^15.0.0",
"mathjs": "^7.3.0",
"memory-cache": "^0.2.0",
"module-alias": "^2.2.2",
"moment": "^2.29.3",
"mongodb": "^3.7.3",
"node-fetch": "^2.6.7",
"request": "^2.88.0",
"serve-index": "^1.9.1",
"tn-webserver": "^1.0.0",
"webhook-discord": "^3.7.8"
}
}