mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-12-07 05:38:08 -06:00
Add single-click startup with devcontainers
This commit is contained in:
parent
67ee5b8e80
commit
b368b1dc8f
4 changed files with 5015 additions and 8 deletions
17
package.json
17
package.json
|
|
@ -1,19 +1,19 @@
|
|||
{
|
||||
"name": "n8n-nodes-<...>",
|
||||
"name": "n8n-nodes-TODO-YOUR-NODE-HERE",
|
||||
"version": "0.1.0",
|
||||
"description": "",
|
||||
"description": "TODO YOUR DESCRIPTION HERE",
|
||||
"keywords": [
|
||||
"n8n-community-node-package"
|
||||
],
|
||||
"license": "MIT",
|
||||
"homepage": "",
|
||||
"homepage": "TODO",
|
||||
"author": {
|
||||
"name": "",
|
||||
"email": ""
|
||||
"name": "TODO",
|
||||
"email": "TODO"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/<...>/n8n-nodes-<...>.git"
|
||||
"url": "https://github.com/TODO/n8n-nodes-TODO.git"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.15"
|
||||
|
|
@ -25,7 +25,8 @@
|
|||
"format": "prettier nodes credentials --write",
|
||||
"lint": "eslint nodes credentials package.json",
|
||||
"lintfix": "eslint nodes credentials package.json --fix",
|
||||
"prepublishOnly": "npm run build && npm run lint -c .eslintrc.prepublish.js nodes credentials package.json"
|
||||
"prepublishOnly": "npm run build && npm run lint -c .eslintrc.prepublish.js nodes credentials package.json",
|
||||
"getPackageName": "echo ${npm_package_name}"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
|
|
@ -52,4 +53,4 @@
|
|||
"peerDependencies": {
|
||||
"n8n-workflow": "*"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue