{
  "name": "bytable",
  "version": "0.0.6",
  "description": "Byte Tables for binary serialization",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "scripts": {
    "compile": "ts-node ./src/index.ts",
    "coverage": "rm -rf coverage && ./node_modules/.bin/nyc npm test && ./node_modules/.bin/nyc report",
    "coveralls": "cat ./coverage/lcov.info | node node_modules/.bin/coveralls",
    "test": "./node_modules/.bin/mocha --require ts-node/register ./test/**/*.spec.ts",
    "test:watch": "npm run test -- --reporter nyan -w --watch-extensions ts",
    "pre-publish": "rm -rf lib && tsc --declaration -p ./tsconfig.json --outDir lib/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ddoronin/b-flow.git"
  },
  "keywords": [
    "type",
    "buffer",
    "binary",
    "protocol",
    "nodejs",
    "typescript"
  ],
  "author": "Dima Doronin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ddoronin/b-flow/issues"
  },
  "homepage": "https://github.com/ddoronin/b-flow#readme",
  "dependencies": {
    "typescript": "^3.0.3"
  },
  "devDependencies": {
    "@types/chai": "^4.1.4",
    "@types/mocha": "^5.2.5",
    "@types/node": "^10.9.4",
    "@types/sinon": "^5.0.2",
    "chai": "^4.1.2",
    "coveralls": "^3.0.2",
    "mocha": "^5.2.0",
    "nyc": "^13.0.1",
    "sinon": "^6.1.5",
    "source-map-support": "^0.5.9",
    "ts-node": "^7.0.1"
  },
  "gitHead": "e9d60675a16862bdc61e3f293936ac4cf8c4fdab"
}
