-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 738 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 738 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
{
"name": "open-extracts",
"version": "1.6.1",
"main": "src/OpenExtracts.js",
"license": "MIT",
"author": "Refringe",
"sptVersion": "~3.11",
"scripts": {
"setup": "npm i",
"postinstall": "node ./postInstall.mjs",
"build": "node ./build.mjs",
"buildinfo": "node ./build.mjs --verbose"
},
"dependencies": {
"ajv": "8.17.1",
"ajv-formats": "3.0.1",
"json5": "2.2.3"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/node": "22.10.5",
"archiver": "7.0.1",
"fs-extra": "11.2.0",
"ignore": "7.0.3",
"tsyringe": "4.8.0",
"typescript": "5.8.2",
"winston": "3.17.0"
}
}