-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 879 Bytes
/
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
{
"dependencies": {
"evilscan": "^1.8.0",
"fastify": "^3.16.2",
"fastify-cors": "^6.0.0",
"fastify-static": "^4.0.1",
"jsonwebtoken": "^8.5.1",
"sqlite3": "^5.0.2"
},
"name": "interfaccia-cassa",
"description": "Interfaccia web per controllare cassa custom in rete locale",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"start": "node server/server.js",
"dev": "nodemon server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ludotosk/gestionale-cassa-custom.git"
},
"author": "ludovico toscano",
"license": "MIT",
"bugs": {
"url": "https://github.com/ludotosk/gestionale-cassa-custom/issues"
},
"homepage": "https://github.com/ludotosk/gestionale-cassa-custom#readme",
"devDependencies": {
"axios": "^0.21.1",
"faker": "^5.5.3",
"nodemon": "^2.0.7"
}
}