2021-10-10 18:56:05 +05:00
|
|
|
{
|
2022-08-25 16:03:57 +05:00
|
|
|
"name": "@notesnook/streamable-fs",
|
2024-09-23 15:47:09 +05:00
|
|
|
"version": "2.1.3",
|
2021-10-10 18:56:05 +05:00
|
|
|
"description": "",
|
|
|
|
|
"main": "./dist/index.js",
|
2024-09-23 12:26:43 +05:00
|
|
|
"module": "./dist/index.mjs",
|
2021-10-10 18:56:05 +05:00
|
|
|
"types": "./dist/index.d.ts",
|
2024-09-23 12:26:43 +05:00
|
|
|
"exports": {
|
|
|
|
|
"require": {
|
|
|
|
|
"types": "./dist/index.d.ts",
|
|
|
|
|
"default": "./dist/index.js"
|
|
|
|
|
},
|
|
|
|
|
"import": {
|
|
|
|
|
"types": "./dist/index.d.mts",
|
|
|
|
|
"default": "./dist/index.mjs"
|
|
|
|
|
}
|
|
|
|
|
},
|
2021-10-10 18:56:05 +05:00
|
|
|
"scripts": {
|
2025-10-08 08:42:00 +05:00
|
|
|
"build": "tsdown src/index.ts",
|
2024-09-23 12:26:43 +05:00
|
|
|
"prepublishOnly": "npm run build",
|
|
|
|
|
"watch": "npm run build -- --watch"
|
2021-10-10 18:56:05 +05:00
|
|
|
},
|
2022-09-26 15:30:16 +05:00
|
|
|
"license": "GPL-3.0-or-later",
|
2021-10-10 18:56:05 +05:00
|
|
|
"dependencies": {
|
2023-09-20 11:25:06 +05:00
|
|
|
"@notesnook/crypto": "file:../crypto"
|
2021-10-10 18:56:05 +05:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2023-03-30 16:49:48 +05:00
|
|
|
"@types/localforage": "^0.0.34"
|
2021-10-10 18:56:05 +05:00
|
|
|
}
|
|
|
|
|
}
|