-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1 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
{
"name": "mmcm-library-feedback-system",
"version": "1.1.2",
"description": "MMCM CLIR Feedback System",
"contributors": [
{
"name": "Keian Mar",
"email": "keianrenheartmar@gmail.com",
"url": "https://github.com/7kei"
},
{
"name": "Laurence Kharl Devera",
"email": "laurencekharld@gmail.com",
"url": "https://github.com/Cogiii"
}
],
"main": "./server.js",
"bin": "./server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.3",
"express": "^4.21.1",
"express-validator": "^7.2.0",
"mmcm-library-feedback-system": "file:",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"sqlite3": "^5.1.7"
},
"pkg": {
"assets": [
"node_modules/sqlite3/build/Release/node_sqlite3.node",
"csv_to_xlsx.py",
"public/**/*"
],
"targets": [
"node*-win-x64"
]
}
}