-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.08 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.08 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
{
"name": "optimism-api",
"version": "0.1.0",
"description": "Software to help run [DoES Liverpool](https://doesliverpool.com)",
"main": "app.js",
"scripts": {
"test": "mocha --recursive --exit --timeout 3500",
"api": "nodemon --watch api api/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DoESLiverpool/optimism.git"
},
"author": "DoES Liverpool",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/DoESLiverpool/optimism/issues"
},
"homepage": "https://github.com/DoESLiverpool/optimism#readme",
"dependencies": {
"axios": "^0.21.1",
"chai": "^4.3.4",
"chai-http": "^4.3.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"fullcalendar": "^5.3.2",
"knex": "^2.4.0",
"mocha": "^8.4.0",
"moment": "^2.27.0",
"mustache-express": "^1.3.0",
"nunjucks": "^3.2.2",
"pg": "^8.6.0",
"supertest": "^6.1.3",
"@vscode/sqlite3": "^5.0.8"
},
"devDependencies": {
"concurrently": "^5.2.0",
"sass": "^1.49.9",
"nodemon": "^2.0.4"
}
}