@toil/qrcode-rs
Version:
⚡ Fast qrcode-rust bindings for bun.sh
47 lines (46 loc) • 837 B
JSON
{
"name": "@toil/qrcode-rs",
"description": "⚡ Fast qrcode-rust bindings for bun.sh",
"version": "0.1.1",
"author": "Toil",
"license": "MIT",
"type": "module",
"main": "./pkg/index.ts",
"module": "./pkg/index.ts",
"homepage": "https://github.com/ilyhalight/bun-qrcode-rs",
"repository": {
"type": "git",
"url": "git+https://github.com/ilyhalight/bun-qrcode-rs"
},
"bugs": {
"url": "https://github.com/ilyhalight/bun-qrcode-rs/issues"
},
"os": [
"win32",
"linux"
],
"cpu": [
"x64",
"arm64"
],
"files": [
"pkg",
"build"
],
"keywords": [
"qr",
"qrcode",
"qrcode-rs",
"qrcode-bun",
"bun",
"rust",
"blazing",
"fast"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"compile": "bun run crossCompile.ts"
}
}