-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.06 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.06 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
{
"name": "lunaticproject",
"version": "1.0.0",
"type": "module",
"description": "LunaticProject est un projet collaboratif permettant de générer un nombre aléatoire à partir de d'autres nombres générés aléatoirement de manière organique et informatique Selon différents procédés généré par le serveur et par les utilisateurs.",
"main": "index.js",
"scripts": {
"test": "node ./src/Command/timePerfCommand.js >timePerfCommand.txt",
"start": "node ./src/index.js",
"dev": "nodemon ./src/index.js",
"start-up": "node ./src/Command/startUpCollection.js",
"image-test": "node ./src/Command/imageTest.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@prisma/client": "^5.7.0",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"pngjs": "^7.0.0",
"seed-random": "^2.2.0",
"winston": "^3.11.0"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20.10.3",
"nodemon": "^3.0.2",
"prisma": "^5.7.0",
"typescript": "^5.3.2"
}
}