-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.45 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
44
45
46
47
48
49
50
51
52
{
"name": "tagtag",
"version": "1.0.0",
"description": "taGtaG makes it easy to save and recall content you found on the internet with tagging system",
"main": "express/app.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npx tsx watch express/app.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/youyoumu/tagtag.git"
},
"author": "youyoumu",
"license": "ISC",
"bugs": {
"url": "https://github.com/youyoumu/tagtag/issues"
},
"homepage": "https://github.com/youyoumu/tagtag#readme",
"dependencies": {
"@prisma/client": "^5.15.0",
"body-parser": "^1.20.2",
"dayjs": "^1.11.11",
"discord-interactions": "^4.0.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"jsonwebtoken": "^9.0.2",
"nanoid": "^5.0.7",
"tsx": "^4.15.5"
},
"type": "module",
"devDependencies": {
"@eslint/js": "^9.4.0",
"@types/eslint__js": "^8.42.3",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20.14.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.2.0",
"globals": "^15.4.0",
"nodemon": "^3.1.3",
"prettier": "3.3.2",
"prisma": "^5.15.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"typescript-eslint": "^7.13.0"
}
}