Files
notesnook/packages/streamable-fs/package.json

20 lines
424 B
JSON
Raw Permalink Normal View History

{
2022-08-25 16:03:57 +05:00
"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": {
2023-07-06 09:09:10 +05:00
"@notesnook/crypto": "file:../crypto",
"localforage": "^1.10.0"
},
"devDependencies": {
"@types/localforage": "^0.0.34"
}
}