portainer_templates/package.json

21 lines
524 B
JSON
Raw Normal View History

2020-06-08 21:01:23 +02:00
{
"name": "selfhosted_templates",
"version": "1.0.0",
"description": "Portainer Templates for Selfhosted Projects/Homelabs.",
"private": true,
"devDependencies": {
2020-06-08 21:10:30 +02:00
"jsonlint": "^1.6.3",
2020-06-08 21:01:23 +02:00
"yaml-validator": "^3.0.0"
},
"scripts": {
2020-06-08 21:10:30 +02:00
"pretest": "jsonlint Template/template.json --quiet",
2020-06-08 21:01:23 +02:00
"test": "yaml-validator Template/Stack/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SelfhostedPro/selfhosted_templates.git"
},
"author": "Qballjos",
"license": "GPLv3"
}