2021-10-10 18:56:05 +05:00
|
|
|
{
|
2022-08-25 16:03:57 +05:00
|
|
|
"name": "@notesnook/streamable-fs",
|
2021-10-10 18:56:05 +05:00
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "",
|
|
|
|
|
"main": "./dist/index.js",
|
|
|
|
|
"types": "./dist/index.d.ts",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "tsc --declaration --outDir ./dist"
|
|
|
|
|
},
|
|
|
|
|
"author": "",
|
2022-09-26 15:30:16 +05:00
|
|
|
"license": "GPL-3.0-or-later",
|
2021-10-10 18:56:05 +05:00
|
|
|
"dependencies": {
|
2023-07-06 09:09:10 +05:00
|
|
|
"@notesnook/crypto": "file:../crypto",
|
2021-10-10 18:56:05 +05:00
|
|
|
"localforage": "^1.10.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2023-03-30 16:49:48 +05:00
|
|
|
"@types/localforage": "^0.0.34"
|
2021-10-10 18:56:05 +05:00
|
|
|
}
|
|
|
|
|
}
|