-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 637 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 637 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
{
"name": "hercules-base",
"version": "1.1.0",
"description": "Update delivery service for Project Ignis: EDOPro and related assets",
"repository": "https://github.com/ProjectIgnis/HerculesBase.git",
"author": "Kevin Lu, Hel; Project Ignis",
"license": "AGPL-3.0-or-later",
"private": true,
"scripts": {
"start": "nodemon src/app.js",
"test": "mocha"
},
"dependencies": {
"better-sqlite3": "^7.1.0",
"debug": "^4.1.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"morgan": "^1.10.0"
},
"devDependencies": {
"mocha": "^8.0.1",
"nodemon": "^2.0.3",
"supertest": "^4.0.2"
}
}