-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.09 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
{
"name": "buildapcsalesbot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"axios": "^0.21.1",
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"snoowrap": "^1.22.0",
"sqlite3": "^5.0.1"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"babel-loader": "^8.2.2",
"jest": "^26.6.3",
"node-polyfill-webpack-plugin": "^1.0.2",
"path-browserify": "^1.0.1",
"regenerator-runtime": "^0.13.7",
"webpack": "^5.14.0",
"webpack-cli": "^4.3.1"
},
"scripts": {
"test": "jest",
"server": "node ./server/index.js",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sudo-dco/buildapcsalesbot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sudo-dco/buildapcsalesbot/issues"
},
"homepage": "https://github.com/sudo-dco/buildapcsalesbot#readme"
}