-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.09 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.09 KB
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
{
"name": "nimpl-proxy-chain",
"version": "1.0.0",
"description": "",
"scripts": {
"nimpl:proxy-chain": "pnpm --filter @nimpl/proxy-chain",
"lint": "eslint \".\"",
"eslint": "eslint",
"prepare": "husky"
},
"lint-staged": {
"*.{ts,tsx,js,jsx}": ["eslint"]
},
"repository": {
"type": "git",
"url": "git://github.com/alexdln/nimpl-proxy-chain.git"
},
"author": {
"name": "Alex Savelyev",
"email": "dev@alexdln.com",
"url": "https://github.com/alexdln/"
},
"devDependencies": {
"eslint": "9.39.2",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "5.5.4",
"husky": "9.1.7",
"prettier": "3.7.4",
"typescript-eslint": "8.51.0"
},
"resolutions": {
"examples-auth-intl>@nimpl/proxy-chain": "workspace:*",
"examples-auth5-intl>@nimpl/proxy-chain": "workspace:*",
"examples-base>@nimpl/proxy-chain": "workspace:*"
},
"license": "MIT",
"packageManager": "pnpm@9.7.0+sha512.dc09430156b427f5ecfc79888899e1c39d2d690f004be70e05230b72cb173d96839587545d09429b55ac3c429c801b4dc3c0e002f653830a420fa2dd4e3cf9cf"
}