mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 12:39:04 +01:00
16 lines
381 B
JSON
16 lines
381 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/node": "^11.10.5",
|
|
"typescript": "^3.3.3333"
|
|
}
|
|
}
|