-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.15 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
{
"name": "get-it-done",
"version": "0.2.6",
"description": "Taskmanaging Application with the GTD Principal in Mind",
"main": "index.js",
"scripts": {
"start": "ts-node -r tsconfig-paths/register --files src/main.ts",
"dev": "set NODE_ENV=dev&& ts-node -r tsconfig-paths/register --files src/main.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Mr Mysterius",
"license": "LGPL-3.0-or-later",
"dependencies": {
"@types/bcrypt": "^5.0.2",
"@types/better-sqlite3": "^7.6.8",
"@types/cookie-parser": "^1.4.6",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.5",
"@types/morgan": "^1.9.9",
"@types/node": "^20.10.8",
"@types/validator": "^13.11.9",
"bcrypt": "^5.1.1",
"better-sqlite3": "^9.2.2",
"chalk": "4",
"cookie-parser": "^1.4.6",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-validator": "^7.0.1",
"jsonwebtoken": "^9.0.2",
"morgan": "^1.10.0",
"nanoid": "^3.3.7",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.3.3",
"validator": "^13.11.0",
"winston": "^3.11.0"
}
}