forked from PipedreamHQ/pipedream
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 971 Bytes
/
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
{
"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 <[email protected]> (https://pipedream.com)",
"main": "index.js",
"directories": {
"lib": "components",
"doc": "docs",
"example": "examples"
},
"scripts": {
"bootstrap": "lerna bootstrap --hoist",
"lint": "eslint . --ext js,mjs",
"lint:format": "npm run lint --fix"
},
"devDependencies": {
"eslint": "^7.26.0",
"eslint-plugin-jsonc": "^1.6.0",
"eslint-plugin-pipedream": "0.2.3",
"eslint-plugin-putout": "^6.13.1",
"lerna": "^3.22.1",
"putout": "^12.12.0"
}
}