UNPKG

qr

Version:

Minimal 0-dep QR code generator & reader. Supports ascii, term, gif and svg formats

71 lines (70 loc) 1.76 kB
{ "name": "qr", "version": "0.5.0", "description": "Minimal 0-dep QR code generator & reader. Supports ascii, term, gif and svg formats", "files": [ "index.js", "index.d.ts", "index.d.ts.map", "index.ts", "decode.js", "decode.d.ts", "decode.d.ts.map", "decode.ts", "dom.js", "dom.d.ts", "dom.d.ts.map", "dom.ts", "src", "LICENSE", "LICENSE-MIT" ], "sideEffects": false, "devDependencies": { "@paulmillr/jsbt": "0.4.1", "@types/node": "22.15.23", "micro-bmark": "0.4.1", "micro-should": "0.5.3", "prettier": "3.5.3", "typescript": "5.8.3" }, "author": "Paul Miller (https://paulmillr.com)", "license": "(MIT OR Apache-2.0)", "homepage": "https://github.com/paulmillr/qr", "repository": { "type": "git", "url": "git+https://github.com/paulmillr/qr.git" }, "engines": { "node": ">= 20.19.0" }, "type": "module", "main": "index.js", "module": "index.js", "types": "index.d.ts", "scripts": { "build": "tsc", "build:release": "npx jsbt esbuild test/build", "bench": "cd test/benchmark && npm ci && node index.ts", "lint": "prettier --check src", "format": "prettier --write src", "test": "cd test; npm ci; node --experimental-strip-types --no-warnings index.ts", "test:bun": "cd test; bun install; bun index.ts", "test:deno": "cd test; npm install; deno --allow-env --allow-read index.ts", "test:node20": "cd test; npx tsc; cd compiled/test; npm install; node index.js" }, "keywords": [ "qr", "code", "qr code", "qr pattern", "qr generator", "qr reader", "ascii", "gif", "svg", "camera", "file" ], "funding": "https://paulmillr.com/funding/" }