UNPKG

node-webp.ts

Version:

Convert image to webp and compress to save space with `cwebp` system program.

46 lines (45 loc) 1.03 kB
{ "name": "node-webp.ts", "version": "1.0.0", "description": "Convert image to webp and compress to save space with `cwebp` system program.", "keywords": [ "webp", "cwebp", "libwebp", "libwebp-tools", "spawn", "child_process", "native", "wrapper" ], "author": { "name": "Beeno Tung", "email": "aabbcc1241@yahoo.com.hk", "url": "https://beeno-tung.surge.sh" }, "license": "BSD-2-Clause", "repository": { "type": "git", "url": "git+https://github.com/beenotung/node-webp.ts.git" }, "homepage": "https://github.com/beenotung/node-webp.ts#readme", "bugs": { "url": "https://github.com/beenotung/node-webp.ts/issues" }, "main": "dist/cwebp.js", "types": "dist/cwebp.d.ts", "files": [ "dist/cwebp.js", "dist/cwebp.d.ts" ], "scripts": { "test": "tsc --noEmit", "build": "tsc -p ." }, "devDependencies": { "@types/node": "^20.4.5", "ts-node": "^10.9.1", "ts-node-dev": "^2.0.0", "typescript": "^5.1.6" } }