You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
937 B
25 lines
937 B
{
|
|
"name": "dtp-n8n-hosting",
|
|
"version": "1.0.1",
|
|
"description": "A skeleton for getting started with a self-hosted n8n environment running in Docker Compose.",
|
|
"scripts": {
|
|
"restart": "cd docker-compose/withPostgres && docker compose restart",
|
|
"start": "cd docker-compose/withPostgres && docker compose up -d",
|
|
"stats": "cd docker-compose/withPostgres && docker compose stats",
|
|
"stop": "cd docker-compose/withPostgres && docker compose down",
|
|
"update": "cd docker-compose/withPostgres && docker compose pull"
|
|
},
|
|
"keywords": [
|
|
"DTP",
|
|
"n8n",
|
|
"docker compose"
|
|
],
|
|
"author": "DTP Technologies, LLC",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"dayjs": "^1.11.13",
|
|
"numeral": "^2.0.6",
|
|
"whois-json": "^2.0.4"
|
|
},
|
|
"packageManager": "[email protected]+sha512.40ee09af407fa9fbb5fbfb8e1cb40fbb74c0af0c3e10e9224d7b53c7658528615b2c92450e74cfad91e3a2dcafe3ce4050d80bda71d757756d2ce2b66213e9a3"
|
|
}
|
|
|