{ "name": "avsc", "version": "6.0.0-rc.1", "description": "Avro for JavaScript", "homepage": "https://github.com/mtth/avsc", "keywords": [ "api", "avdl", "avpr", "avro", "avsc", "binary", "buffer", "data", "decoding", "encoding", "idl", "interface", "ipc", "json", "marshalling", "message", "protocol", "rpc", "schema", "serde", "serialization", "type" ], "files": [ "etc/browser", "lib", "types/index.d.ts" ], "main": "./lib", "types": "./types", "browser": { "./lib": "./etc/browser/avsc.js", "./lib/files": "./etc/browser/lib/files.js", "./lib/platform": "./etc/browser/lib/platform.js" }, "engines": { "node": ">=6.0.0" }, "scripts": { "check-types": "tsc --strict --noEmit types/test/*.ts", "clean": "rm -rf coverage node_modules", "cover": "nyc mocha -- --ui tdd", "lint": "eslint etc/ lib/ test/ \"etc/scripts/**\"", "perf": "node --expose-gc ./etc/scripts/perf etc/schemas/*", "test": "mocha --ui tdd --reporter dot" }, "devDependencies": { "@types/node": "^22.5.5", "benchmark": "~2.1.4", "eslint": "^8.30.0", "mocha": "^10.2.0", "nyc": "~15.0.0", "tmp": "^0.1.0", "typescript": "^5.6.2" }, "author": { "name": "Matthieu Monsch", "email": "mtth@apache.org" }, "license": "MIT", "repository": { "type": "git", "url": "git://github.com/mtth/avsc.git" } }