Notes/package.json

19 lines
437 B
JSON

{
"name": "node-partial-stream",
"version": "0.1.0",
"main": "dist/index.js",
"repository": "ssh://git@github.com-sukantgujar/SukantGujar/node-partial-stream",
"author": "sukantgujar <sukantgujar@yahoo.com>",
"license": "MIT",
"scripts": {
"build-watch": "npx tsc -w"
},
"devDependencies": {
"@types/express": "^4.16.1",
"typescript": "^3.3.3333"
},
"peerDependencies": {
"express": "^4.16.4"
}
}