trilium/package.json
2019-03-08 18:49:44 +05:30

22 lines
563 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",
"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"
}
}