forked from PipedreamHQ/pipedream
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.08 KB
/
package.json
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
{
"name": "pipedream",
"version": "0.2.3",
"description": "Pipedream Components",
"keywords": [
"pipedream",
"integration",
"api"
],
"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": {
"bootstrap": "lerna bootstrap --hoist",
"prepare": "husky install",
"test": "jest --passWithNoTests"
},
"devDependencies": {
"eslint": "^7.26.0",
"eslint-plugin-jsonc": "^1.6.0",
"eslint-plugin-pipedream": "0.2.4",
"eslint-plugin-putout": "^6.13.1",
"husky": "^7.0.4",
"jest": "^27.5.1",
"lerna": "^3.22.1",
"lint-staged": "^12.3.4",
"putout": "^12.12.0"
},
"lint-staged": {
"*.{js,mjs}": "eslint --cache --fix"
}
}