n8n-nodes-tornado-api 0.1.0 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-tornado-api",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "n8n node for Tornado API - Download YouTube videos & Spotify podcasts",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"n8n-community-node-package",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"build": "tsc && gulp build:icons",
|
|
30
30
|
"dev": "tsc --watch",
|
|
31
31
|
"format": "prettier nodes credentials --write",
|
|
32
|
-
"lint": "eslint nodes credentials
|
|
33
|
-
"lintfix": "eslint nodes credentials
|
|
32
|
+
"lint": "eslint \"nodes/**/*.ts\" \"credentials/**/*.ts\"",
|
|
33
|
+
"lintfix": "eslint \"nodes/**/*.ts\" \"credentials/**/*.ts\" --fix",
|
|
34
34
|
"prepublishOnly": "npm run build"
|
|
35
35
|
},
|
|
36
36
|
"files": [
|
|
@@ -47,6 +47,7 @@
|
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@types/node": "^20.10.0",
|
|
50
|
+
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
50
51
|
"@typescript-eslint/parser": "^6.0.0",
|
|
51
52
|
"eslint": "^8.56.0",
|
|
52
53
|
"gulp": "^5.0.1",
|