-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Expand file tree
/
Copy pathpackage.json
More file actions
133 lines (133 loc) · 4.26 KB
/
package.json
File metadata and controls
133 lines (133 loc) · 4.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "pipedream",
"version": "1.2.1",
"description": "Pipedream Monorepo",
"keywords": [
"pipedream",
"integration",
"api"
],
"packageManager": "pnpm@10.28.2",
"engines": {
"pnpm": "10.28.2"
},
"homepage": "https://github.com/PipedreamHQ/pipedream#readme",
"bugs": {
"url": "https://github.com/PipedreamHQ/pipedream/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PipedreamHQ/pipedream.git"
},
"license": "MIT",
"author": "Pipedream <support@pipedream.com> (https://pipedream.com)",
"main": "index.js",
"directories": {
"lib": "components",
"doc": "docs",
"example": "examples"
},
"scripts": {
"prepare": "husky install",
"build": "node scripts/build-components.mjs",
"test": "jest --passWithNoTests components",
"test-all": "npm test && npm run platform-test && npm run types-test",
"platform-dist": "cd platform && git add dist && (git diff-index --quiet HEAD || git commit -m 'update platform/dist')",
"platform-test": "cd platform && npm test",
"types-test": "cd types && npm test",
"helpers-test": "cd helpers && npm test",
"validate:packages": "node scripts/generate-package-report.js",
"validate:packages:verbose": "node scripts/generate-package-report.js --verbose",
"validate:packages:report": "node scripts/generate-package-report.js --report-only --output=package-validation-report.json",
"validate:packages:dry-run": "node scripts/generate-package-report.js --dry-run",
"validate:package": "node scripts/generate-package-report.js --package="
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.15.0",
"@next/eslint-plugin-next": "^14.2.5",
"@pipedream/eslint-plugin-pipedream": "0.3.0",
"@pipedream/types": "0.1.4",
"@tsconfig/node14": "^1.0.1",
"@types/glob": "^8.1.0",
"@types/jest": "^27.4.1",
"@typescript-eslint/eslint-plugin": "^8",
"@typescript-eslint/parser": "^8",
"eslint": "^8",
"eslint-config-next": "^15",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28",
"eslint-plugin-jsonc": "^1.7.0",
"eslint-plugin-putout": "^23",
"globals": "^15.12.0",
"graphql": "14 - 16",
"graphql-request": "^3.7.0",
"husky": "^7.0.4",
"jest": "^29.7.0",
"lint-staged": "^12.3.4",
"pnpm": "10.28.2",
"putout": ">=36",
"renamer": "^4.0.0",
"ts-jest": "^29.1.1",
"typescript": ">=5.5.0 <5.7.0",
"typescript-eslint": "^8.15.0"
},
"lint-staged": {
"*.{js,mjs}": "eslint --cache --fix"
},
"private": true,
"dependencies": {
"@actions/core": "^1.10.0",
"@pipedream/platform": "^3.1.1",
"@sentry/node": "^7.7.0",
"@types/node": "^20.17.6",
"linkup-sdk": "^1.0.3",
"uuid": "^8.3.2",
"vue": "^2.6.14"
},
"pnpm": {
"publishConfig": {
"components/sdk": false
},
"overrides": {
"form-data@^2": "2.5.4",
"form-data@^3": "3.0.4",
"form-data@^4": "4.0.4",
"sha.js": "2.4.12",
"protobufjs@7.2.4": "7.2.6",
"vm2": "3.10.0",
"xmldom": "npm:@xmldom/xmldom@0.8.11",
"axios@0.x": "^0.30.2",
"axios@1.x": "^1.13.2",
"tar-fs@2.x": "^2.1.4",
"tar-fs@3.x": "^3.1.1",
"ws@8.x": "^8.17.1",
"parse-link-header": "^2.0.0",
"semver@5.x": "^5.7.2",
"@img/sharp-darwin-arm64": "-",
"@img/sharp-darwin-x64": "-",
"@img/sharp-libvips-darwin-arm64": "-",
"@img/sharp-libvips-darwin-x64": "-",
"@img/sharp-libvips-linux-arm": "-",
"@img/sharp-libvips-linux-arm64": "-",
"@img/sharp-libvips-linux-ppc64": "-",
"@img/sharp-libvips-linux-s390x": "-",
"@img/sharp-libvips-linux-x64": "-",
"@img/sharp-libvips-linuxmusl-arm64": "-",
"@img/sharp-libvips-linuxmusl-x64": "-",
"@img/sharp-linux-arm": "-",
"@img/sharp-linux-arm64": "-",
"@img/sharp-linux-ppc64": "-",
"@img/sharp-linux-s390x": "-",
"@img/sharp-linux-x64": "-",
"@img/sharp-linuxmusl-arm64": "-",
"@img/sharp-linuxmusl-x64": "-",
"@img/sharp-wasm32": "-",
"@img/sharp-win32-ia32": "-",
"@img/sharp-win32-x64": "-",
"@img/sharp-win32-arm64": "-",
"@img/sharp-linux-riscv64": "-",
"@img/sharp-libvips-linux-riscv64": "-"
}
}
}