-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 815 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 815 Bytes
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
{
"name": "v6-api",
"version": "1.0.0",
"description": "",
"main": "src/server.ts",
"scripts": {
"dev": "nodemon src/server.ts",
"build": "rm -rf build/ && prettier --write src/ && tsc"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/axios": "^0.14.0",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.13",
"@types/morgan": "^1.9.3",
"anime-wallpaper": "^1.0.2",
"axios": "^0.26.1",
"captcha-canvas": "^3.1.0",
"express": "^4.17.3",
"express-rate-limit": "^6.3.0",
"fs": "^0.0.1-security",
"mongoose": "^6.2.10",
"morgan": "^1.10.0",
"node-fetch": "2.6.7",
"nodemon": "^2.0.15",
"random-puppy": "^1.1.0",
"reddit.images": "^1.0.7",
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
}
}