-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.5 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
46
47
48
49
50
51
52
53
54
{
"name": "@well-known-components/thegraph-component",
"version": "1.0.0",
"description": "Component to interact with https://thegraph.com/ APIs easily",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"engines": {
"node": ">=16"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/well-known-components/thegraph-component.git"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/well-known-components/thegraph-component/issues"
},
"prettier": {
"printWidth": 120,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"tabWidth": 2
},
"homepage": "https://github.com/well-known-components/thegraph-component#readme",
"devDependencies": {
"@microsoft/api-extractor": "^7.36.3",
"@types/jest": "^29.5.3",
"@types/node": "^18.16.19",
"@well-known-components/env-config-provider": "^1.2.0",
"@well-known-components/fetch-component": "^2.0.2",
"@well-known-components/http-server": "^2.0.0",
"@well-known-components/logger": "^3.1.2",
"@well-known-components/metrics": "^2.0.1",
"@well-known-components/test-helpers": "^1.5.3",
"jest": "^29.6.1",
"prettier": "^3.0.0",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6",
"undici": "^5.22.1"
},
"dependencies": {
"@well-known-components/interfaces": "^1.4.2"
},
"peerDependencies": {
"@well-known-components/interfaces": "^1.4.2"
},
"files": [
"dist"
]
}