-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 979 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 979 Bytes
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-getters",
"version": "1.0.0",
"description": "Implementation of server getters in React Server Components without switching to SSR",
"scripts": {
"nimpl:getters": "pnpm --filter @nimpl/getters",
"tests:base": "pnpm --filter tests-base",
"lint": "eslint \"package/\"",
"eslint": "eslint",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git://github.com/alexdln/nimpl-getters.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.5",
"husky": "9.1.7",
"prettier": "3.8.1",
"typescript-eslint": "8.54.0"
},
"license": "MIT",
"packageManager": "pnpm@10.8.0+sha512.0e82714d1b5b43c74610193cb20734897c1d00de89d0e18420aebc5977fa13d780a9cb05734624e81ebd81cc876cd464794850641c48b9544326b5622ca29971"
}