-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.04 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
{
"name": "blue",
"version": "0.0.0",
"description": "A (very poorly) reverse-engineered Twitter backend clone.",
"main": "src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "madzzz",
"license": "ISC",
"dependencies": {
"@typegoose/typegoose": "^11.2.0",
"@types/bcrypt": "^5.0.0",
"@types/cookie-parser": "^1.4.3",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/jsonwebtoken": "^9.0.2",
"@types/node": "^18.16.2",
"axios": "^1.4.0",
"bcrypt": "^5.1.0",
"chalk": "^4.1.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"eslint": "^8.39.0",
"express": "^4.18.2",
"get-root-path": "^2.0.2",
"http-proxy": "^1.18.1",
"jsdom": "^22.1.0",
"jsonwebtoken": "^9.0.0",
"mockttp": "^3.7.3",
"mongoose": "^7.1.0",
"parse-headers": "^2.0.5",
"prettier": "^2.8.8",
"sanitize-filename": "^1.6.3",
"semver": "^7.5.0",
"undici": "^5.22.1"
},
"devDependencies": {
"@types/http-proxy": "^1.17.11",
"@types/jsdom": "^21.1.1"
}
}