-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.5 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
{
"name": "cliplink-rest",
"version": "1.0.0",
"description": "",
"main": "src/app.ts",
"scripts": {
"dev": "tsnd --respawn --clear --require tsconfig-paths/register --env-file=.env src/app.ts",
"build": "rimraf ./dist && tsc --project tsconfig.build.json && tsc-alias && mkdir -p dist/assets/templates && cp -R src/assets/templates/* dist/assets/templates",
"start": "node dist/app.js",
"ts.check": "tsc --project tsconfig.json",
"test": "vitest",
"test-coverage": "vitest run --coverage"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/cookie-parser": "^1.4.8",
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "20.11.1",
"@vitest/coverage-v8": "^3.0.4",
"pre-commit": "^1.2.2",
"rimraf": "^6.0.1",
"ts-node-dev": "^2.0.0",
"tsc-alias": "^1.8.11",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.6.3",
"vitest": "^3.0.2"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"env-var": "^7.5.0",
"express": "^4.21.1",
"express-rate-limit": "^7.5.0",
"install": "^0.13.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.8.1",
"resend": "^4.0.1",
"uuid": "^11.0.3"
},
"packageManager": "pnpm@9.15.3+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a"
}