libheif-js
Version:
Emscripten distribution of libheif for Node.JS and the browser
42 lines (41 loc) • 1.03 kB
JSON
{
"name": "libheif-js",
"version": "1.6.1",
"description": "Emscripten distribution of libheif for Node.JS and the browser",
"main": "libheif/libheif.js",
"scripts": {
"pretest": "npm run -s images",
"test": "mocha test/**/*.test.js",
"fetch": "node scripts/install.js",
"images": "node scripts/images.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/catdad-experiments/libheif-js.git"
},
"author": "Kiril Vatev <vatev.1@gmail.com>",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/catdad-experiments/libheif-js/issues"
},
"homepage": "https://github.com/catdad-experiments/libheif-js#readme",
"devDependencies": {
"chai": "^4.2.0",
"end-of-stream": "^1.4.4",
"eslint": "^5.16.0",
"fs-extra": "^8.1.0",
"mocha": "^7.0.0",
"node-fetch": "^2.6.0",
"pumpify": "^2.0.1",
"rootrequire": "^1.0.0"
},
"engines": {
"node": ">=8.0.0"
},
"keywords": [
"heif",
"heic",
"libheif",
"decoder"
]
}