@ridhamgolakiya/n8n-nodes-pinterest 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.
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
3
+ <path fill="#E60023" d="M12 0C5.37 0 0 5.37 0 12c0 5.08 3.16 9.42 7.63 11.16-.1-.95-.2-2.4.04-3.43.22-.93 1.4-5.93 1.4-5.93s-.36-.72-.36-1.77c0-1.66.96-2.9 2.16-2.9 1.02 0 1.51.77 1.51 1.68 0 1.03-.65 2.56-.99 3.98-.28 1.19.6 2.16 1.77 2.16 2.12 0 3.76-2.24 3.76-5.47 0-2.86-2.06-4.86-5-4.86-3.4 0-5.4 2.56-5.4 5.2 0 1.03.4 2.13.9 2.73.1.12.11.23.08.35-.1.39-.3 1.25-.35 1.42-.06.26-.2.32-.47.2-1.77-.82-2.87-3.4-2.87-5.47 0-4.46 3.24-8.56 9.35-8.56 4.9 0 8.7 3.5 8.7 8.16 0 4.88-3.08 8.8-7.36 8.8-1.44 0-2.8-0.75-3.26-1.63l-1.1 4.19c-.4 1.52-1.48 3.42-2.2 4.54 1.12.35 2.3.54 3.52.54 6.63 0 12-5.37 12-12S18.63 0 12 0z"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
3
+ <path fill="#E60023" d="M12 0C5.37 0 0 5.37 0 12c0 5.08 3.16 9.42 7.63 11.16-.1-.95-.2-2.4.04-3.43.22-.93 1.4-5.93 1.4-5.93s-.36-.72-.36-1.77c0-1.66.96-2.9 2.16-2.9 1.02 0 1.51.77 1.51 1.68 0 1.03-.65 2.56-.99 3.98-.28 1.19.6 2.16 1.77 2.16 2.12 0 3.76-2.24 3.76-5.47 0-2.86-2.06-4.86-5-4.86-3.4 0-5.4 2.56-5.4 5.2 0 1.03.4 2.13.9 2.73.1.12.11.23.08.35-.1.39-.3 1.25-.35 1.42-.06.26-.2.32-.47.2-1.77-.82-2.87-3.4-2.87-5.47 0-4.46 3.24-8.56 9.35-8.56 4.9 0 8.7 3.5 8.7 8.16 0 4.88-3.08 8.8-7.36 8.8-1.44 0-2.8-0.75-3.26-1.63l-1.1 4.19c-.4 1.52-1.48 3.42-2.2 4.54 1.12.35 2.3.54 3.52.54 6.63 0 12-5.37 12-12S18.63 0 12 0z"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
3
+ <path fill="#E60023" d="M12 0C5.37 0 0 5.37 0 12c0 5.08 3.16 9.42 7.63 11.16-.1-.95-.2-2.4.04-3.43.22-.93 1.4-5.93 1.4-5.93s-.36-.72-.36-1.77c0-1.66.96-2.9 2.16-2.9 1.02 0 1.51.77 1.51 1.68 0 1.03-.65 2.56-.99 3.98-.28 1.19.6 2.16 1.77 2.16 2.12 0 3.76-2.24 3.76-5.47 0-2.86-2.06-4.86-5-4.86-3.4 0-5.4 2.56-5.4 5.2 0 1.03.4 2.13.9 2.73.1.12.11.23.08.35-.1.39-.3 1.25-.35 1.42-.06.26-.2.32-.47.2-1.77-.82-2.87-3.4-2.87-5.47 0-4.46 3.24-8.56 9.35-8.56 4.9 0 8.7 3.5 8.7 8.16 0 4.88-3.08 8.8-7.36 8.8-1.44 0-2.8-0.75-3.26-1.63l-1.1 4.19c-.4 1.52-1.48 3.42-2.2 4.54 1.12.35 2.3.54 3.52.54 6.63 0 12-5.37 12-12S18.63 0 12 0z"/>
4
+ </svg>
package/package.json ADDED
@@ -0,0 +1,35 @@
1
+ {
2
+ "name": "@ridhamgolakiya/n8n-nodes-pinterest",
3
+ "version": "1.0.0",
4
+ "description": "n8n custom node for Pinterest API v5 integration",
5
+ "main": "dist/index.js",
6
+ "scripts": {
7
+ "dev": "n8n-node dev",
8
+ "build": "n8n-node build",
9
+ "lint": "n8n-node lint",
10
+ "lint:fix": "n8n-node lint --fix",
11
+ "prepublishOnly": "npm run build"
12
+ },
13
+ "n8n": {
14
+ "n8nNodesApiVersion": 1,
15
+ "credentials": [
16
+ "dist/credentials/PinterestOAuth2Api.credentials.js"
17
+ ],
18
+ "nodes": [
19
+ "dist/nodes/Pinterest/Pinterest.node.js"
20
+ ]
21
+ },
22
+ "peerDependencies": {
23
+ "n8n-workflow": "*"
24
+ },
25
+ "devDependencies": {
26
+ "@n8n/node-cli": "*",
27
+ "typescript": "^5.0.0"
28
+ },
29
+ "author": {
30
+ "name": "Ridham Golakiya",
31
+ "email": "ridham@example.com"
32
+ },
33
+ "keywords": ["n8n-community-node-package"],
34
+ "license": "MIT"
35
+ }
package/tsconfig.json ADDED
@@ -0,0 +1,18 @@
1
+ {
2
+ "compilerOptions": {
3
+ "target": "ES2021",
4
+ "module": "CommonJS",
5
+ "lib": ["ES2021"],
6
+ "outDir": "./dist",
7
+ "rootDir": "./",
8
+ "declaration": true,
9
+ "strict": true,
10
+ "esModuleInterop": true,
11
+ "skipLibCheck": true,
12
+ "moduleResolution": "node"
13
+ },
14
+ "include": [
15
+ "nodes/**/*",
16
+ "credentials/**/*"
17
+ ]
18
+ }