diff --git a/.gitignore b/.gitignore index 0466b83695..1b2f93c3f3 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ yarn.lock google-generated-credentials.json _START_PACKAGE .env +.vscode diff --git a/package.json b/package.json index b045830f51..b9d1ec33d2 100644 --- a/package.json +++ b/package.json @@ -16,5 +16,9 @@ "lerna": "^3.13.1", "run-script-os": "^1.0.7" }, - "postcss": {} + "postcss": {}, + "dependencies": { + "n8n-node-dev": "^0.5.0", + "typescript": "^3.6.4" + } }