36 lines
970 B
JSON
36 lines
970 B
JSON
{
|
|
"name": "grocy-docker",
|
|
"version": "3.0.0",
|
|
"description": "ERP beyond your fridge - now containerized",
|
|
"main": ".",
|
|
"scripts": {
|
|
"build": "docker-compose build",
|
|
"test": "npm run build && npm run test:grocy && npm run test:nginx",
|
|
"test:grocy": "npx snyk test --docker grocy/grocy:latest --file=Dockerfile-grocy-nginx",
|
|
"test:nginx": "npx snyk test --docker grocy/nginx:latest --file=Dockerfile-grocy-nginx"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/grocy/grocy-docker.git"
|
|
},
|
|
"keywords": [
|
|
"self-hosted",
|
|
"food",
|
|
"home",
|
|
"erp",
|
|
"groceries",
|
|
"ownyourdata",
|
|
"docker",
|
|
"grocy"
|
|
],
|
|
"author": "Talmai Oliveira <to@talm.ai>, James Addison <jay@jp-hosting.net>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/grocy/grocy-docker/issues"
|
|
},
|
|
"homepage": "https://github.com/grocy/grocy-docker#readme",
|
|
"devDependencies": {
|
|
"snyk": "^1.437.3"
|
|
}
|
|
}
|