-
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) · 914 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 914 Bytes
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": "cmpe343_gr01_4students",
"version": "1.0.0",
"description": "",
"main": "src/ui/main.cjs",
"scripts": {
"test_connection": "node src/test/testConnection.js",
"test_controllers": "node src/test/testControllers.js",
"test_queries": "node src/test/testQuaries.js",
"migrate": "node migrations/migrate.js",
"start": "electron .",
"ui": "electron ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/22314825/CMPE343_GR01_4Students.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/22314825/CMPE343_GR01_4Students/issues"
},
"homepage": "https://github.com/22314825/CMPE343_GR01_4Students#readme",
"dependencies": {
"@neondatabase/serverless": "^1.0.2",
"dotenv": "^17.2.3",
"electron": "^39.2.6",
"path": "^0.12.7",
"readline": "^1.3.0"
}
}