{
  "name": "hyper-value",
  "version": "0.1.2",
  "description": "",
  "main": "./dist/index.js",
  "repository": "",
  "author": "int0h <int0h@yandex.ru>",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^8.0.53",
    "@types/tape": "^4.2.31",
    "coveralls": "^2.13.1",
    "nyc": "^11.1.0",
    "tap-spec": "^4.1.1",
    "tape": "^4.8.0",
    "tslint": "^5.7.0",
    "typescript": "^2.5.3",
    "weak": "^1.0.1",
    "@types/weak": "^1.0.0"
  },
  "keywords": [],
  "typings": "./types/index.d.ts",
  "scripts": {
    "test-report": "node_modules/.bin/nyc --reporter=lcov node --expose-gc ./node_modules/.bin/tape ./dist/tests/**/*.js | ./node_modules/.bin/tap-spec",
    "test": "node_modules/.bin/nyc --console=detail node --expose-gc ./node_modules/.bin/tape ./dist/tests/**/*.js | ./node_modules/.bin/tap-spec"
  },
  "nyc": {
    "exclude": [
      "**/src/tests/**/*.*",
      "**/dist/tests/**/*.*"
    ]
  },
  "dependencies": {
    "debug-tools": "git+https://github.com/int0h/debug-tools.git"
  }
}
