UNPKG

jxl-wasm

Version:

WebAssembly-compiled JPEG XL command line tool for Node.js

41 lines (40 loc) 882 B
{ "name": "jxl-wasm", "version": "0.7.0", "description": "WebAssembly-compiled JPEG XL command line tool for Node.js", "engines": { "node": ">=16.4.0" }, "bin": { "cjxl-wasm": "lib/cjxl-wrap.js", "djxl-wasm": "lib/djxl-wrap.js" }, "scripts": { "build": "jake", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/saschanaz/jxl-wasm.git" }, "keywords": [ "jpeg-xl", "jxl", "wasm", "webassembly" ], "author": "Kagami Sascha Rosylight <saschanaz@outlook.com>", "license": "ISC", "bugs": { "url": "https://github.com/saschanaz/jxl-wasm/issues" }, "homepage": "https://github.com/saschanaz/jxl-wasm#readme", "devDependencies": { "jake": "^10.4.6", "lookpath": "^1.1.0" }, "files": [ "lib/*.js", "lib/*.wasm" ] }