-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.22 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
{
"name": "@t-rex.software/tstorex",
"version": "0.0.6",
"description": "An agnostic, small, dependence free, state management library",
"type": "module",
"main": "index.ts",
"scripts": {
"test": "vitest --watch=false",
"test:watch": "vitest",
"build": "rm -rf dist && tsc && vite build",
"postBuild": "./scripts/postBuild.js",
"pre-publish": "pnpm run test && pnpm run build && pnpm run postBuild"
},
"devDependencies": {
"@types/node": "^22.7.5",
"@vitest/coverage-v8": "^2.1.2",
"happy-dom": "^15.7.4",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vite-plugin-dts": "^4.2.3",
"vitest": "^2.1.2"
},
"author": "Jonathan Gotti <jgotti at jgotti dot org>",
"license": "MIT",
"homepage": "https://github.com/software-t-rex/tstorex",
"bugs": {
"url": "https://github.com/software-t-rex/tstorex/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/software-t-rex/tstorex.git"
},
"keywords": [
"state",
"store",
"state management",
"state container",
"state manager",
"state store",
"state management library",
"state container library",
"state manager library",
"state store library",
"reactive state management"
],
"funding": "https://github.com/sponsors/malko"
}