{
  "name": "torrent-parser",
  "version": "1.2.0",
  "description": "parse torrent files, buffers, and the likes",
  "main": "./out/torrent-parser.js",
  "scripts": {
    "test": "echo running server tests... && cd test && ts-node ../node_modules/blue-tape/bin/blue-tape \"**/*.ts\" | tap-spec",
    "start": "npm run build:live",
    "build:live": "nodemon --exec ./node_modules/.bin/ts-node -- ./torrent-parser.ts",
    "build": "echo building... && typings bundle -o out/torrent-parser.d.ts",
    "lint": "echo linting... && tslint \"**/*.ts\" -e \"source/**\" -e \"source-test/**\" -e \"out/**\" -e \"node_modules/**\" -e \"typings/**\"",
    "browser-test": "echo running browser tests... && echo no browser test",
    "source-test": "echo running source tests... &&  echo no source test",
    "watch": "onchange -w \"**/*.ts\" -i -e \"out/**\" -- npm -s run build+test",
    "types-publish": "npm -s run lint+build+test && echo please publish to typings/registry",
    "all-tests": "npm test",
    "build+test": "npm run build && npm run all-tests",
    "lint+build+test": "npm run lint && npm run build+test",
    "prepublish": "typings install"
  },
  "bin": {
    "torrent-parser": "bin/torrent-parser.js"
  },
  "author": "CraigglesO",
  "repository": {
    "type": "git",
    "url": "https://github.com/CraigglesO/torrent-parser.git"
  },
  "license": "ISC",
  "devDependencies": {
    "@types/node": "^7.0.0",
    "blue-tape": "^1.0.0",
    "nodemon": "^1.11.0",
    "onchange": "^3.2.1",
    "parse-torrent": "^5.8.1",
    "tap-spec": "^4.1.1",
    "ts-node": "^2.0.0",
    "tslint": "^4.3.1",
    "tslint-config-typings": "^0.3.1",
    "typescript": "^2.1.5",
    "typings": "^2.1.0"
  },
  "dependencies": {
    "bencode": "^0.11.0",
    "lodash": "^4.17.4"
  }
}
