-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1 KB
/
package.json
File metadata and controls
36 lines (36 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
{
"name": "imagemergy",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc src/index.ts && tsc src/opt.ts && tsc src/from_packed_image.ts",
"run": "node src/mergy.js && node src/collect.js",
"build_collect": "tsc src/collect.ts",
"run_collect": "node src/collect.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/get-pixels": "^3.3.4",
"@types/node": "^14.18.63",
"@types/pngjs": "^6.0.4",
"@types/save-pixels": "^2.3.4"
},
"dependencies": {
"base64-to-image": "^1.0.2",
"get-pixels": "^3.3.3",
"image-size": "^0.7.4",
"images": "git+http://ser.yinengyun.com:10082/tech/node-images.git#main",
"jimp": "^0.22.12",
"jpeg-js": "^0.4.4",
"js-sha256": "^0.11.0",
"maxrects-packer": "^2.7.3",
"ndarray-scratch": "^1.2.0",
"pngjs": "^7.0.0",
"save-pixels": "^2.3.6",
"trim-image": "^1.0.3",
"typescript": "5.1"
}
}