Browse Source

configuring git and adding Node deps

develop
Rob Colbert 2 months ago
parent
commit
397052965c
  1. 2
      .gitignore
  2. 17
      package.json

2
.gitignore

@ -0,0 +1,2 @@
docker-compose/withPostgres/.env
node_modules

17
package.json

@ -0,0 +1,17 @@
{
"name": "dtp-n8n-hosting",
"version": "0.1.0",
"description": "A skeleton for getting started with a self-hosted n8n environment running in Docker Compose.",
"keywords": [
"DTP",
"n8n",
"docker compose"
],
"author": "DTP Technologies, LLC",
"license": "ISC",
"dependencies": {
"dayjs": "^1.11.13",
"numeral": "^2.0.6"
},
"packageManager": "[email protected]+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af"
}
Loading…
Cancel
Save