-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
40 lines (40 loc) · 1.09 KB
/
package.json
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
{
"name": "factsheets",
"version": "1.0.0",
"description": "Substance information",
"homepage": "https://drugs.tripsit.me",
"private": true,
"scripts": {
"start": "docker compose --project-name apps up -d --force-recreate --build",
"## Docker": "",
"logs": "docker container logs factsheets -f -n 100",
"test": "docker exec -it factsheets npm run local:test",
"lint": "docker exec -it factsheets npm run local:lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TripSit/factsheets.git"
},
"author": "bjorn",
"maintainers": ["Eric Moonbear/Teknos"],
"license": "MIT",
"bugs": {
"url": "https://github.com/TripSit/factsheets/issues"
},
"dependencies": {
"body-parser": "~1.8.1",
"clean-css": "^4.2.1",
"compression": "latest",
"cookie-parser": "~1.3.3",
"debug": "^4.1.0",
"express": "^4.16.4",
"express-minify": "latest",
"morgan": "^1.9.1",
"pug": "^2.0.3",
"request": "latest",
"serve-favicon": "^2.5.0",
"uglify-js": "^3.4.9",
"underscore": "latest"
},
"devDependencies": {}
}