{ "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": { "start": "cd docker-compose/withPostgres && docker compose up -d", "restart": "cd docker-compose/withPostgres && docker compose restart", "stats": "cd docker-compose/withPostgres && docker compose stats", "stop": "cd docker-compose/withPostgres && docker compose down" }, "keywords": [ "DTP", "n8n", "docker compose" ], "author": "DTP Technologies, LLC", "license": "ISC", "dependencies": { "dayjs": "^1.11.13", "numeral": "^2.0.6" }, "packageManager": "pnpm@10.4.1+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af" }