{
  "name": "haxeformat",
  "version": "1.3.1",
  "description": "Haxe serialization format in JS",
  "keywords": [
    "serialize",
    "serialization",
    "network",
    "haxe",
    "msgpack",
    "messagepack"
  ],
  "author": {
    "name": "Russell Weir"
  },
  "homepage": "https://github.com/TheToto/haxeformat",
  "repository": {
    "type": "git",
    "url": "https://github.com/TheToto/haxeformat.git"
  },
  "bugs": {
    "url": "https://github.com/TheToto/haxeformat/issues"
  },
  "main": "lib/index.js",
  "license": "MIT",
  "prepublish": "npm run build && npm run test",
  "dependencies": {
    "buffer": "^5.6.0"
  },
  "scripts": {
    "build": "npm run clean && tsc -b tsconfig.json",
    "clean": "rm -rf lib/*",
    "format": "prettier -w src tests",
    "test": "ts-node node_modules/jasmine/bin/jasmine --config=jasmine.json"
  },
  "devDependencies": {
    "@types/jasmine": "^3.5.14",
    "@types/node": "^14.11.8",
    "browserify": "^17.0.0",
    "jasmine": "^3.6.1",
    "jasmine-core": "^3.6.0",
    "jasmine-spec-reporter": "^6.0.0",
    "jasmine-ts-console-reporter": "^3.1.1",
    "prettier": "^2.7.1",
    "ts-loader": "^8.0.5",
    "ts-node": "^9.0.0",
    "tslib": "^2.0.3",
    "typescript": "^4.0.3"
  }
}