-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.05 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
{
"name": "testausapis",
"version": "1.7.2",
"description": "",
"main": "src/index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Testausserveri/testausapis.git"
},
"author": "Testausserveri ry",
"bugs": {
"url": "https://github.com/Testausserveri/testausapis/issues"
},
"homepage": "https://github.com/Testausserveri/testausapis#readme",
"dependencies": {
"axios": "^1.3.4",
"connect-mongo": "^5.0.0",
"discord.js": "^13.3.1",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-session": "^1.17.3",
"mariadb": "^3.0.0",
"memory-cache": "^0.2.0",
"mongoose": "^6.0.15"
},
"devDependencies": {
"csv-parser": "^3.0.0",
"eslint": "^8.5.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^4.0.0",
"inquirer": "^8.2.4",
"inquirer-autocomplete-prompt": "^2.0.0"
}
}