-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.08 KB
/
package.json
File metadata and controls
30 lines (30 loc) · 1.08 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
{
"name": "library-reader",
"version": "2025.02.12",
"node_version": "23.7.0",
"suffix": "",
"description": "",
"main": "index.js",
"scripts": {
"ddd": "node --experimental-transform-types index.mts",
"ddd2": "node --experimental-transform-types utils/urlh.test.mts",
"sample": "node index.mts site/accessorh/sampleh.mjs",
"all": "node index.mts accessorh/abandonwareh.mts accessorh/europresseh.mts",
"europresse": "node index.mts accessorh/europresseh.mts",
"test": "node --version",
"test4": "node accessorh/abandonwareh.test.mjs",
"test2": "node site/customElements/SpinProgress.test.mjs",
"test3": "node index",
"build": "debian.exe run 'cd /mnt/c/Works/library-reader; if [ -f ./init.sh ]; then source ./init.sh; fi; ./make.sh'",
"push": "debian.exe run 'cd /mnt/c/Works/library-reader; if [ -f ./init.sh ]; then source ./init.sh; fi; ./push.sh'"
},
"author": "pdulvp",
"license": "CC-BY-NC-ND-4.0",
"dependencies": {
"adm-zip": "^0.5.10",
"pureimage": "^0.4.18"
},
"devDependencies": {
"@types/node": "^22.13.0"
}
}