Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F969680
package.json
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
package.json
View Options
{
"name"
:
"n8n-node-starter"
,
"version"
:
"0.1.0"
,
"description"
:
"Example starter module for custom n8n nodes."
,
"keywords"
:
[
"n8n-community-node-package"
],
"license"
:
"SEE LICENSE IN LICENSE.md"
,
"homepage"
:
"https://n8n.io"
,
"author"
:
{
"name"
:
"Jan Oberhauser"
,
"email"
:
"jan@n8n.io"
},
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/n8n-io/n8n-nodes-starter.git"
},
"main"
:
"index.js"
,
"scripts"
:
{
"dev"
:
"npm run watch"
,
"build"
:
"tsc && gulp"
,
"lint"
:
"tslint -p tsconfig.json -c tslint.json"
,
"lintfix"
:
"tslint --fix -p tsconfig.json -c tslint.json"
,
"nodelinter"
:
"nodelinter"
,
"watch"
:
"tsc --watch"
,
"test"
:
"jest"
},
"files"
:
[
"dist"
],
"n8n"
:
{
"credentials"
:
[
"dist/credentials/ExampleCredentials.credentials.js"
],
"nodes"
:
[
"dist/nodes/ExampleNode/ExampleNode.node.js"
]
},
"devDependencies"
:
{
"@types/express"
:
"^4.17.6"
,
"@types/jest"
:
"^26.0.13"
,
"@types/node"
:
"^14.17.27"
,
"@types/request-promise-native"
:
"~1.0.15"
,
"gulp"
:
"^4.0.0"
,
"jest"
:
"^26.4.2"
,
"n8n-workflow"
:
"~0.83.0"
,
"nodelinter"
:
"^0.1.9"
,
"ts-jest"
:
"^26.3.0"
,
"tslint"
:
"^6.1.2"
,
"typescript"
:
"~4.3.5"
},
"dependencies"
:
{
"n8n-core"
:
"~0.101.0"
},
"jest"
:
{
"transform"
:
{
"^.+
\\
.tsx?$"
:
"ts-jest"
},
"testURL"
:
"http://localhost/"
,
"testRegex"
:
"(/__tests__/.*|(
\\
.|/)(test|spec))
\\
.(jsx?|tsx?)$"
,
"testPathIgnorePatterns"
:
[
"/dist/"
,
"/node_modules/"
],
"moduleFileExtensions"
:
[
"ts"
,
"tsx"
,
"js"
,
"json"
]
}
}
File Metadata
Details
Attached
Mime Type
application/json
Expires
Sat, Nov 23, 09:55 (1 d, 8 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
547960
Default Alt Text
package.json (1 KB)
Attached To
Mode
rNPN n8n-phabricator-node
Attached
Detach File
Event Timeline
Log In to Comment