{
  "name": "nodeify-ts",
  "version": "1.0.6",
  "description": "Create functions that both return promises and accept node-style callbacks",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib/"
  ],
  "scripts": {
    "lint": "tslint src/**/*.ts",
    "build": "rimraf lib/ && tsc",
    "test-spec": "ts-node node_modules/blue-tape/bin/blue-tape.js \"src/**/*.spec.ts\" | tap-diff",
    "test": "npm run lint && npm run build && npm run test-spec",
    "prepare": "npm run lint && npm run build && rimraf lib/**/*.spec.* "
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Quobject/nodeify-ts.git"
  },
  "keywords": [
    "nodeify",
    "ascallback",
    "Promise"
  ],
  "author": "Matthias Ludwig <mludwig@quobject.io>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Quobject/nodeify-ts/issues"
  },
  "homepage": "https://github.com/Quobject/nodeify-ts",
  "devDependencies": {
    "@types/blue-tape": "^0.1.32",
    "blue-tape": "1.0.0",
    "rimraf": "2.6.2",
    "tap-diff": "0.1.1",
    "ts-node": "7.0.0",
    "tslint": "5.11.0",
    "typescript": "3.0.1"
  },
  "dependencies": {}
}
