-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.66 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.66 KB
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
53
54
55
56
57
58
59
60
61
62
63
{
"dependencies": {
"@types/axios": "^0.9.36",
"@types/cookie-parser": "^1.4.9",
"@types/cors": "^2.8.19",
"axios": "^1.9.0",
"bcryptjs": "^3.0.2",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"date-fns": "^4.1.0",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"jsonwebtoken": "^9.0.2",
"mercadopago": "^2.8.0",
"morgan": "^1.10.0",
"next-sitemap": "^4.2.3",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1",
"zod": "^3.25.56"
},
"devDependencies": {
"@prisma/client": "^6.9.0",
"@types/bcryptjs": "^2.4.6",
"@types/dotenv": "^6.1.1",
"@types/express": "^5.0.3",
"@types/jest": "^30.0.0",
"@types/jsonwebtoken": "^9.0.9",
"@types/morgan": "^1.9.10",
"@types/supertest": "^6.0.3",
"@types/swagger-jsdoc": "^6.0.4",
"@types/swagger-ui-express": "^4.1.8",
"jest": "^30.2.0",
"nodemon": "^3.1.10",
"prisma": "^6.9.0",
"supertest": "^7.1.4",
"ts-jest": "^29.4.5",
"ts-node-dev": "^2.0.0"
},
"name": "anonytools",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "ts-node-dev --respawn --transpile-only src/server.ts",
"build": "tsc",
"start": "node dist/server.js",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:verbose": "jest --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DaniloCDev/anonytools.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DaniloCDev/anonytools/issues"
},
"homepage": "https://github.com/DaniloCDev/anonytools#readme"
}