UNPKG

@dimipay/bqencode

Version:
38 lines 895 B
{ "name": "@dimipay/bqencode", "version": "0.1.1", "description": "Binary Encoding for QR Codes", "license": "MIT", "keywords": [ "base10", "base45", "base94", "qr", "encode" ], "homepage": "https://github.com/dimipay/bqencode", "repository": { "type": "git", "url": "https://github.com/dimipay/bqencode.git" }, "module": "dist/index.js", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "files": ["dist"], "scripts": { "build": "rm -rf dist && bun ./build.ts", "type-check": "tsc --noEmit", "test": "vitest", "test:coverage": "vitest run --coverage" }, "devDependencies": { "@biomejs/biome": "1.9.3", "@types/bun": "latest", "@types/node": "^22.7.4", "@vitest/coverage-istanbul": "^2.1.2", "bun-plugin-dts": "^0.3.0", "typescript": "^5.6.3", "vitest": "^2.1.2" } }