{
  "name": "typed-bytes",
  "version": "0.2.4",
  "description": "A public domain binary encoding library for TypeScript.",
  "main": "build/src/index.js",
  "scripts": {
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Andrew Morris",
  "license": "Unlicense",
  "devDependencies": {
    "typescript": "^4.2.4"
  },
  "keywords": [
    "typescript",
    "binary",
    "encoding",
    "serialization",
    "protocol",
    "protobuf",
    "avro",
    "messagepack",
    "flatbuffers"
  ],
  "bugs": {
    "url": "https://github.com/voltrevo/monorepo/issues"
  },
  "homepage": "https://github.com/voltrevo/monorepo/blob/master/projects/typed-bytes/README.md"
}
