-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.1 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.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
41
42
{
"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,errors.ts,test.ts,../api/**,../server/**,../proxy/**,**/test/**}'"
},
"dependencies": {
"@logux/actions": "0.5.0",
"@logux/client": "0.23.2",
"@logux/core": "0.10.0",
"@nanostores/i18n": "1.2.2",
"@nanostores/persistent": "1.3.3",
"@slowreader/api": "workspace:*",
"@slowreader/server": "workspace:*",
"dompurify": "3.3.3",
"just-debounce-it": "3.2.0",
"lz-string": "1.5.0",
"nanodelay": "2.0.2",
"nanoid": "5.1.7",
"nanostores": "1.2.0"
},
"devDependencies": {
"@logux/server": "0.14.0",
"@slowreader/proxy": "workspace:*",
"@types/jsdom": "28.0.1",
"@types/trusted-types": "2.0.7",
"better-node-test": "0.8.4",
"jsdom": "29.0.2",
"nanospy": "1.0.0"
},
"engines": {
"node": "^24.14.0",
"pnpm": "^10.0.0"
}
}