forked from ninaTorgunakova/slowreader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 900 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 900 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
32
33
34
35
36
37
38
{
"name": "@slowreader/core",
"private": true,
"type": "module",
"engines": {
"node": "^22.5.0",
"pnpm": "^9.0.0"
},
"scripts": {
"test": "FORCE_COLOR=1 pnpm run /^test:/",
"test:coverage": "c8 bnt",
"clean:coverage": "rm -rf coverage"
},
"exports": {
".": "./index.js",
"./package.json": "./package.json"
},
"dependencies": {
"@logux/client": "github:logux/client#next",
"@logux/core": "0.8.5",
"@nanostores/i18n": "0.12.1",
"@nanostores/persistent": "0.10.1",
"@slowreader/api": "link:../api",
"dompurify": "3.1.6",
"just-debounce-it": "3.2.0",
"nanoid": "5.0.7",
"nanostores": "0.10.3"
},
"devDependencies": {
"@logux/actions": "0.3.1",
"@types/dompurify": "3.0.5",
"@types/jsdom": "21.1.7",
"better-node-test": "0.5.1",
"c8": "10.1.2",
"jsdom": "24.1.0",
"nanospy": "1.0.0"
}
}