{
  "name": "json-stream.io",
  "version": "0.0.1-rc5",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc --project tsconfig.dist.json",
    "test": "jest"
  },
  "files": [
    "README.md",
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jc-lab/json-stream.io.git"
  },
  "author": "",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/jc-lab/json-stream.io/issues"
  },
  "homepage": "https://github.com/jc-lab/json-stream.io#readme",
  "description": "",
  "devDependencies": {
    "@types/duplexify": "^3.6.1",
    "@types/is-promise": "^2.2.0",
    "@types/jest": "^24.0.19",
    "@types/node": "^18.7.18",
    "@types/sinon": "^10.0.13",
    "@typescript-eslint/eslint-plugin": "^5.3.1",
    "@typescript-eslint/parser": "^5.3.1",
    "eslint": "^7.0.0",
    "eslint-plugin-import": "^2.25.3",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^5.1.1",
    "eslint-plugin-standard": "^5.0.0",
    "jest": "^29.0.1",
    "sinon": "^14.0.0",
    "ts-jest": "^28.0.8",
    "ts-loader": "^9.3.1",
    "typescript": "~4.6.4"
  },
  "dependencies": {
    "duplexify": "^4.1.2",
    "is-promise": "^4.0.0"
  },
  "packageManager": "yarn@3.2.3"
}