-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 955 Bytes
/
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
{
"name": "Volume Converter",
"version": "1.0.0",
"description": "A simple volume converter.",
"homepage": "https://volume.tripsit.me",
"private": true,
"scripts": {
"start": "docker compose --project-name apps up -d --force-recreate --build",
"## Docker": "",
"logs": "docker container logs calculator_benzos -f -n 100",
"test": "docker exec -it calculator_benzos npm run local:test",
"lint": "docker exec -it calculator_benzos npm run local:lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TripSit/volumetric.git"
},
"author": "bjorn",
"maintainers": ["Eric Moonbear/Teknos"],
"license": "MIT",
"bugs": {
"url": "https://github.com/TripSit/volumetric/issues"
},
"dependencies": {
"express": "~4.9.0",
"body-parser": "~1.8.1",
"cookie-parser": "~1.3.3",
"morgan": "~1.3.0",
"serve-favicon": "~2.1.3",
"debug": "~2.0.0",
"jade": "~1.6.0"
}
}