UNPKG

@papermark/mupdf-js

Version:

MuPDF compiled to WebAssembly

47 lines (46 loc) 1.25 kB
{ "name": "@papermark/mupdf-js", "version": "1.1.4", "description": "MuPDF compiled to WebAssembly", "main": "dist/index.js", "repository": "https://github.com/mfts/mupdf-js", "files": [ "dist" ], "types": "dist/index.d.ts", "scripts": { "build": "yarn build:prep && yarn build:wasm && yarn build:tsc && yarn build:cp", "build:prep": "ts-node ./bin/prep.ts", "build:wasm": "ts-node ./bin/build.ts", "build:tsc": "tsc -p tsconfig.json", "build:cp": "cp ./src/libmupdf.d.ts ./dist", "build:examples": "ts-node ./bin/build-examples.ts", "test": "jest", "test:watch": "jest --watch" }, "keywords": [ "pdf", "mupdf", "wasm", "webassembly" ], "author": "marc@papermark.io;andrew@rioja.io", "license": "AGPL-3.0-or-later", "devDependencies": { "@types/dockerode": "^3.3.14", "@types/emscripten": "^1.39.4", "@types/jest": "^29.0.3", "@types/needle": "^3.2.0", "@types/node": "^20.3.0", "@types/rimraf": "^3.0.0", "change-case": "^4.1.2", "dockerode": "^3.3.4", "jest": "^29.0.3", "needle": "^3.1.0", "prettier": "^2.7.1", "rimraf": "^3.0.2", "ts-jest": "^29.0.1", "ts-node": "^10.9.1", "typescript": "^4.8.3" } }