mirror of
https://github.com/zadam/trilium.git
synced 2025-12-28 02:04:26 +01:00
22 lines
563 B
JSON
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"
|
|
}
|
|
}
|