-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 927 Bytes
/
package.json
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
{
"name": "@cuberqaq/image-side",
"version": "1.0.2-pre",
"description": "Polyfill of image.convert API for ZeppOS 1.0/2.0/2.1 app-side",
"main": "index.js",
"scripts": {
"compile": "esbuild src/index.ts --minify --outfile=index.js --bundle --format=esm --platform=browser"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CuberQAQ/zepp-image-side.git"
},
"keywords": [
"zepp"
],
"types": "index.d.ts",
"author": "CuberQAQ",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/CuberQAQ/zepp-image-side/issues"
},
"homepage": "https://github.com/CuberQAQ/zepp-image-side#readme",
"devDependencies": {
"@types/jimp": "^0.2.28",
"@types/node": "^20.8.6",
"@zeppos/device-types": "^3.0.0",
"typescript": "^5.2.2"
},
"dependencies": {
"@cuberqaq/fs-side": "^1.0.2",
"browserify-zlib": "^0.2.0",
"jimp": "^0.22.10"
}
}