Files
notesnook/packages/streamable-fs/package.json
2025-10-08 08:42:00 +05:00

31 lines
686 B
JSON

{
"name": "@notesnook/streamable-fs",
"version": "2.1.3",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
}
},
"scripts": {
"build": "tsdown src/index.ts",
"prepublishOnly": "npm run build",
"watch": "npm run build -- --watch"
},
"license": "GPL-3.0-or-later",
"dependencies": {
"@notesnook/crypto": "file:../crypto"
},
"devDependencies": {
"@types/localforage": "^0.0.34"
}
}