mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-29 00:20:04 +01:00
19 lines
394 B
JSON
19 lines
394 B
JSON
{
|
|
"name": "@notesnook/streamable-fs",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc --declaration --outDir ./dist"
|
|
},
|
|
"author": "",
|
|
"license": "GPL-3.0-or-later",
|
|
"dependencies": {
|
|
"@notesnook/crypto": "file:../crypto"
|
|
},
|
|
"devDependencies": {
|
|
"@types/localforage": "^0.0.34"
|
|
}
|
|
}
|