Skip to content

Commit e525801

Browse files
committed
chore: fmt
1 parent 4cc57d2 commit e525801

1 file changed

Lines changed: 55 additions & 53 deletions

File tree

package.json

Lines changed: 55 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,57 @@
11
{
2-
"name": "zustand-computed",
3-
"version": "2.1.3",
4-
"description": "A Zustand middleware to create computed states.",
5-
"keywords": [
6-
"calculated",
7-
"computed",
8-
"middleware",
9-
"npm",
10-
"plugin",
11-
"react",
12-
"state",
13-
"typescript",
14-
"zustand"
15-
],
16-
"license": "MIT",
17-
"author": "chrisvander",
18-
"repository": {
19-
"type": "git",
20-
"url": "git+https://github.com/chrisvander/zustand-computed.git"
21-
},
22-
"files": ["/dist"],
23-
"type": "module",
24-
"main": "dist/index.cjs",
25-
"module": "dist/index.mjs",
26-
"types": "dist/index.d.mts",
27-
"exports": {
28-
".": {
29-
"import": "./dist/index.mjs",
30-
"require": "./dist/index.cjs",
31-
"types": "./dist/index.d.mts"
32-
}
33-
},
34-
"scripts": {
35-
"fmt:check": "oxfmt --check",
36-
"fmt": "oxfmt",
37-
"lint": "oxlint",
38-
"build": "tsdown"
39-
},
40-
"devDependencies": {
41-
"@tsconfig/bun": "^1.0.7",
42-
"@types/bun": "^1.1.13",
43-
"immer": "^11.1.8",
44-
"oxfmt": "^0.53.0",
45-
"oxlint": "^1.63.0",
46-
"oxlint-tsgolint": "^0.23.0",
47-
"semver": "^7.6.3",
48-
"tsdown": "^0.22.0",
49-
"typescript": "^6.0.3"
50-
},
51-
"peerDependencies": {
52-
"react": ">=18.2.0 <20.0.0",
53-
"zustand": ">=5.0.0 <6.0.0"
54-
}
2+
"name": "zustand-computed",
3+
"version": "2.1.3",
4+
"description": "A Zustand middleware to create computed states.",
5+
"keywords": [
6+
"calculated",
7+
"computed",
8+
"middleware",
9+
"npm",
10+
"plugin",
11+
"react",
12+
"state",
13+
"typescript",
14+
"zustand"
15+
],
16+
"license": "MIT",
17+
"author": "chrisvander",
18+
"repository": {
19+
"type": "git",
20+
"url": "git+https://github.com/chrisvander/zustand-computed.git"
21+
},
22+
"files": [
23+
"/dist"
24+
],
25+
"type": "module",
26+
"main": "dist/index.cjs",
27+
"module": "dist/index.mjs",
28+
"types": "dist/index.d.mts",
29+
"exports": {
30+
".": {
31+
"import": "./dist/index.mjs",
32+
"require": "./dist/index.cjs",
33+
"types": "./dist/index.d.mts"
34+
}
35+
},
36+
"scripts": {
37+
"fmt:check": "oxfmt --check",
38+
"fmt": "oxfmt",
39+
"lint": "oxlint",
40+
"build": "tsdown"
41+
},
42+
"devDependencies": {
43+
"@tsconfig/bun": "^1.0.7",
44+
"@types/bun": "^1.1.13",
45+
"immer": "^11.1.8",
46+
"oxfmt": "^0.53.0",
47+
"oxlint": "^1.63.0",
48+
"oxlint-tsgolint": "^0.23.0",
49+
"semver": "^7.6.3",
50+
"tsdown": "^0.22.0",
51+
"typescript": "^6.0.3"
52+
},
53+
"peerDependencies": {
54+
"react": ">=18.2.0 <20.0.0",
55+
"zustand": ">=5.0.0 <6.0.0"
56+
}
5557
}

0 commit comments

Comments
 (0)