-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.28 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
{
"name": "@block65/rest-client",
"version": "11.0.3",
"private": false,
"description": "Block65 REST client",
"license": "MIT",
"sideEffects": false,
"type": "module",
"exports": {
".": {
"types": "./dist/src/main.d.ts",
"default": "./dist/src/main.js"
}
},
"files": [
"dist/{src,lib}/**/*"
],
"scripts": {
"preversion": "make test"
},
"dependencies": {
"@block65/custom-error": "^12.2.0",
"@hapi/bourne": "^3.0.0",
"p-retry": "^6.2.0"
},
"devDependencies": {
"@block65/eslint-config": "^12.0.1",
"@hapi/bourne": "^3.0.0",
"@types/node": "^20.14.14",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"get-port": "^7.1.0",
"prettier": "^3.3.3",
"type-fest": "^4.23.0",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
},
"engines": {
"node": ">=22.0.0"
},
"packageManager": "[email protected]+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}