-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.45 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
{
"name": "@myrotvorets/facex-transport-fetch-h2",
"version": "2.3.0",
"description": "fetch-h2/helix-fetch transport for FaceX",
"main": "dist/lib/index.js",
"scripts": {
"build": "tsc",
"lint": "eslint -f gha .",
"lint:fix": "eslint --fix .",
"pretest": "npm run lint",
"test": "jest",
"prepare": "npm run build"
},
"files": [
"dist/lib/*.d.ts",
"dist/lib/*.js",
"dist/lib/*.js.map"
],
"typings": "dist/lib/index.d.ts",
"keywords": [],
"author": "Myrotvorets <[email protected]> (https://myrotvorets.center/)",
"license": "MIT",
"devDependencies": {
"@myrotvorets/eslint-config-myrotvorets-ts": "^3.0.0",
"@myrotvorets/facex-base": "^2.3.2",
"@types/jest": "^29.5.12",
"@types/node": ">= 20.11.16",
"eslint-formatter-gha": "^1.4.3",
"jest": "^29.7.0",
"jest-github-actions-reporter": "^1.0.3",
"jest-sonar-reporter": "^2.0.0",
"merge": "^2.1.1",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
},
"peerDependencies": {
"@myrotvorets/facex-base": "^1.0.1 || ^2.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/myrotvorets/facex-transport-fetch-h2.git"
},
"bugs": {
"url": "https://github.com/myrotvorets/facex-transport-fetch-h2/issues"
},
"homepage": "https://github.com/myrotvorets/facex-transport-fetch-h2#readme",
"directories": {
"test": "test"
},
"dependencies": {
"@adobe/fetch": "^3.1.4"
}
}