-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 981 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
{
"name": "nimpl-context",
"version": "1.0.0",
"description": "Implementation server contexts in React Server Components without switching to SSR",
"scripts": {
"nimpl:context": "pnpm --filter @nimpl/context",
"tests:base": "pnpm --filter tests/base",
"lint": "eslint \"package/\"",
"eslint": "eslint",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git://github.com/vordgi/nimpl-context.git"
},
"author": {
"name": "Savelyev Alexander",
"email": "[email protected]",
"url": "https://github.com/vordgi/"
},
"devDependencies": {
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"husky": "9.0.11",
"prettier": "3.2.5",
"typescript-eslint": "7.6.0"
},
"license": "MIC",
"packageManager": "[email protected]+sha512.dc09430156b427f5ecfc79888899e1c39d2d690f004be70e05230b72cb173d96839587545d09429b55ac3c429c801b4dc3c0e002f653830a420fa2dd4e3cf9cf"
}