{
  "name": "token-types",
  "version": "0.9.0",
  "description": "Common token types for decoding and encoding binairy values",
  "author": {
    "name": "Borewit",
    "url": "https://github.com/Borewit"
  },
  "scripts": {
    "compile-src": "tsc -p src",
    "compile-test": "tsc -p test",
    "compile": "npm run compile-src && npm run compile-test",
    "prepare": "npm run compile",
    "lint": "tslint 'src/**/*.ts' --exclude 'src/**/*.d.ts' 'test/**/*.ts' --exclude 'test/**/*.d.ts'",
    "test": "mocha --require ts-node/register test",
    "cover-test": "nyc npm run test",
    "coveralls": "npm run cover-test && nyc report --reporter=text-lcov | coveralls"
  },
  "engines": {
    "node": ">=0.1.98"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Borewit/token-types"
  },
  "license": "BSD-3-Clause",
  "main": "./lib/index.js",
  "typings": "lib/index",
  "bugs": {
    "url": "https://github.com/Borewit/token-types/issues"
  },
  "devDependencies": {
    "@types/chai": "^4.0.3",
    "@types/mocha": "^2.2.41",
    "@types/node": "^7.0.39",
    "chai": "^4.1.1",
    "copyfiles": "^1.2.0",
    "coveralls": "^2.13.1",
    "mocha": "^3.5.0",
    "nyc": "^11.1.0",
    "ts-node": "^3.3.0",
    "tslint": "^5.6.0",
    "typescript": "^2.4.2",
    "typings": "^2.1.1",
    "source-map": "^0.5.6"
  },
  "dependencies": {}
}
