File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 },
1818 "repository" : {
1919 "type" : " git" ,
20- "url" : " https://github.com/sourcey/n8n-nodes-sourcey.git"
20+ "url" : " git+https://github.com/sourcey/n8n-nodes-sourcey.git"
21+ },
22+ "scripts" : {
23+ "build" : " n8n-node build" ,
24+ "build:watch" : " tsc --watch" ,
25+ "dev" : " n8n-node dev" ,
26+ "lint" : " n8n-node lint" ,
27+ "lint:fix" : " n8n-node lint --fix" ,
28+ "release" : " n8n-node release" ,
29+ "prepublishOnly" : " n8n-node prerelease" ,
30+ "test" : " npm run build && node --test test/*.test.mjs" ,
31+ "typecheck" : " tsc --noEmit"
2132 },
22- "scripts" : {
23- "build" : " n8n-node build" ,
24- "build:watch" : " tsc --watch" ,
25- "dev" : " n8n-node dev" ,
26- "lint" : " n8n-node lint" ,
27- "lint:fix" : " n8n-node lint --fix" ,
28- "release" : " n8n-node release" ,
29- "prepublishOnly" : " n8n-node prerelease" ,
30- "test" : " npm run build && node --test test/*.test.mjs" ,
31- "typecheck" : " tsc --noEmit"
32- },
3333 "files" : [
3434 " dist" ,
3535 " README.md" ,
You can’t perform that action at this time.
0 commit comments