{ "name": "node-partial-stream", "version": "0.1.0", "main": "dist/index.js", "repository": "ssh://git@github.com-sukantgujar/SukantGujar/node-partial-stream", "author": "sukantgujar ", "license": "MIT", "scripts": { "build:watch": "npx tsc -w", "build:prod": "rimraf ./dist && cross-env NODE_ENV=production tsc -b" }, "devDependencies": { "@types/express": "^4.16.1", "cross-env": "^5.2.0", "rimraf": "^2.6.3", "typescript": "^3.3.3333" }, "peerDependencies": { "express": "^4.16.4" } }