🐛 Fix package (#6)

* sync with n8n

* Update package.json

remove format
This commit is contained in:
lublak 2022-01-17 18:21:18 +01:00 committed by GitHub
commit 9d4183364a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 44 additions and 14 deletions

View file

@ -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": {