-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 941 Bytes
/
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
{
"name": "tobox",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"ship": "yarn global add ts-node-dev typescript ; clear ; tsnd --respawn src/index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/cookie-parser": "^1.4.3",
"@types/cryptr": "^4.0.1",
"@types/dotenv": "^8.2.0",
"@types/ejs": "^3.1.1",
"@types/express": "^4.17.13",
"@types/marked": "^4.0.3",
"@types/mongoose": "^5.11.97",
"@types/uuid": "^8.3.4",
"cookie-parser": "^1.4.6",
"cryptr": "^6.0.3",
"dotenv": "^16.0.1",
"ejs": "^3.1.8",
"express": "^4.18.1",
"marked": "^4.0.18",
"typescript": "^4.7.4",
"uuid": "^8.3.2"
},
"dependencies": {
"@types/conf": "^3.0.0",
"argon2": "^0.28.7",
"bulma-variables-export": "^0.2.0",
"conf": "^10.2.0",
"express-rate-limit": "^6.5.1",
"mongoose": "^6.5.2"
}
}