-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 775 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 775 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
{
"name": "heic-d-code",
"version": "0.0.3",
"description": "A wasm build of libheif whose only purpose is to decode `.heif` image or the first image of a `.heic` for use in a browser.",
"keywords": [
"libheif",
"wasm",
"heic"
],
"homepage": "https://github.com/msqr1/Heic-D-Code#readme",
"bugs": {
"url": "https://github.com/msqr1/Heic-D-Code/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/msqr1/Heic-D-Code.git"
},
"license": "MIT",
"author": "msqr1",
"type": "module",
"files": [
"Heic-D-Code.js",
"Heic-D-Code.d.ts",
"Heic-D-Code.wasm"
],
"main": "Heic-D-Code.js",
"types": "./Heic-D-Code.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}