{ "name": "atproto-plc", "version": "0.2.0", "description": "did-method-plc implementation for ATProto with WASM support", "type": "module", "main": "index.js", "types": "index.d.ts", "files": [ "index.js", "index.d.ts", "atproto_plc_bg.wasm", "atproto_plc.js", "atproto_plc.d.ts" ], "keywords": [ "atproto", "did", "plc", "decentralized-identity", "wasm", "webassembly" ], "author": "Nick Gerakines ", "license": "MIT OR Apache-2.0", "repository": { "type": "git", "url": "https://tangled.org/@smokesignal.events/atproto-plc" }, "scripts": { "build": "wasm-pack build --target web --out-dir wasm/pkg", "build:nodejs": "./build.sh", "audit": "node plc-audit.js", "test": "wasm-pack test --headless --chrome", "test:firefox": "wasm-pack test --headless --firefox" }, "devDependencies": { "@types/node": "^20.0.0" } }