{
  "name": "stronger-typed-streams",
  "version": "0.2.0",
  "description": "NodeJS Streams, but with stronger types",
  "typings": "./dist/src/utils.d.ts",
  "private": false,
  "directories": {
    "src": "src",
    "test": "test"
  },
  "main": "./dist/src/utils.js",
  "scripts": {
    "test": "tsc && tslint src/**/*.ts test/**/*.ts && ava ./dist/test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/forbesmyester/stronger-typed-streams.git"
  },
  "devDependencies": {
    "@types/node": "^14.14.6",
    "ava": "^3.13.0",
    "tslint": "^6.1.3",
    "typescript": "^4.0.5"
  },
  "author": "Matthew Forrester <github.com@speechmarks.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/forbesmyester/stronger-typed-streams/issues"
  },
  "homepage": "https://github.com/forbesmyester/stronger-typed-streams#readme",
  "dependencies": {}
}
