forked from hplush/slowreader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1 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
39
40
{
"name": "@slowreader/core",
"private": true,
"type": "module",
"exports": {
".": "./index.ts",
"./package.json": "./package.json",
"./test": "./test.ts"
},
"scripts": {
"test": "FORCE_COLOR=1 pnpm run /^test:/",
"test:coverage": "bnt --coverage 100 --coverage-exclude '{devtools.ts,test.ts,../api/**,../server/**,**/test/**}'"
},
"dependencies": {
"@logux/actions": "0.5.0",
"@logux/client": "0.22.2",
"@logux/core": "0.10.0",
"@nanostores/i18n": "1.2.2",
"@nanostores/persistent": "1.2.0",
"@slowreader/api": "workspace:*",
"@slowreader/server": "workspace:*",
"dompurify": "3.3.1",
"just-debounce-it": "3.2.0",
"lz-string": "1.5.0",
"nanodelay": "2.0.2",
"nanoid": "5.1.6",
"nanostores": "1.1.0"
},
"devDependencies": {
"@logux/server": "0.14.0",
"@types/jsdom": "27.0.0",
"better-node-test": "0.8.3",
"jsdom": "27.3.0",
"nanospy": "1.0.0"
},
"engines": {
"node": "^24.12.0",
"pnpm": "^10.0.0"
}
}