-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.12 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.12 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
{
"name": "printwatch-api-nodejs",
"version": "1.0.0",
"description": "Projeto com intuito de monitorar impressões baseado em cliente usando PrintLogger da PaperCut.",
"main": "server.js",
"scripts": {
"dev": "set NODE_OPTIONS=--openssl-legacy-provider && nodemon server.js -ext js,json,env,proto,prisma",
"start": "node server.js"
},
"engines": {
"node": ">=18"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ronnybrendo/PrintWatch-api-nodejs.git"
},
"keywords": [
"PrintLogger"
],
"author": "Ronnybrendo",
"license": "MIT",
"bugs": {
"url": "https://github.com/ronnybrendo/PrintWatch-api-nodejs/issues"
},
"homepage": "https://github.com/ronnybrendo/PrintWatch-api-nodejs#readme",
"dependencies": {
"@prisma/client": "^6.10.1",
"axios": "^1.9.0",
"bcrypt": "^5.1.1",
"crypto": "^1.0.1",
"cors": "^2.8.5",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"json-bigint-patch": "^0.0.8",
"nodemon": "^3.1.10",
"prisma-client": "^0.0.0",
"short-unique-id": "^5.3.2"
},
"devDependencies": {
"prisma": "^6.10.1"
}
}