parent
0b4d09b62e
commit
9d4183364a
4 changed files with 44 additions and 14 deletions
19
package.json
19
package.json
|
|
@ -16,7 +16,9 @@
|
|||
"scripts": {
|
||||
"dev": "npm run watch",
|
||||
"build": "tsc && gulp",
|
||||
"tslint": "tslint -p tsconfig.json -c tslint.json",
|
||||
"lint": "tslint -p tsconfig.json -c tslint.json",
|
||||
"lintfix": "tslint --fix -p tsconfig.json -c tslint.json",
|
||||
"nodelinter": "nodelinter",
|
||||
"watch": "tsc --watch",
|
||||
"test": "jest"
|
||||
},
|
||||
|
|
@ -35,16 +37,17 @@
|
|||
"@types/express": "^4.17.6",
|
||||
"@types/jest": "^24.0.18",
|
||||
"@types/node": "^10.10.1",
|
||||
"@types/request-promise-native": "^1.0.17",
|
||||
"@types/request-promise-native": "~1.0.15",
|
||||
"gulp": "^4.0.0",
|
||||
"jest": "^24.9.0",
|
||||
"n8n-workflow": "^0.11.0",
|
||||
"ts-jest": "^24.0.2",
|
||||
"tslint": "^5.17.0",
|
||||
"typescript": "~3.5.2"
|
||||
"jest": "^26.4.2",
|
||||
"n8n-workflow": "~0.75.0",
|
||||
"nodelinter": "^0.1.9",
|
||||
"ts-jest": "^26.3.0",
|
||||
"tslint": "^6.1.2",
|
||||
"typescript": "~4.3.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"n8n-core": "^0.10.0"
|
||||
"n8n-core": "~0.92.0"
|
||||
},
|
||||
"jest": {
|
||||
"transform": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue