- @standardnotes/api@1.7.1 - @standardnotes/components-meta@2.7.12 - @standardnotes/desktop@3.23.117 - @standardnotes/encryption@1.15.1 - @standardnotes/features@1.52.0 - @standardnotes/filepicker@1.23.1 - @standardnotes/files@1.10.1 - @standardnotes/mobile@3.32.4 - @standardnotes/models@1.18.1 - @standardnotes/releases@1.3.40 - @standardnotes/responses@1.10.1 - @standardnotes/services@1.19.1 - @standardnotes/snjs@2.127.1 - @standardnotes/ui-services@1.2.1 - @standardnotes/web@3.46.2
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "@standardnotes/files",
|
|
"version": "1.10.1",
|
|
"engines": {
|
|
"node": ">=16.0.0 <17.0.0"
|
|
},
|
|
"description": "Client-side files library",
|
|
"main": "dist/index.js",
|
|
"author": "Standard Notes",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"private": true,
|
|
"license": "AGPL-3.0-or-later",
|
|
"scripts": {
|
|
"clean": "rm -fr dist",
|
|
"prestart": "yarn clean",
|
|
"start": "tsc -p tsconfig.json --watch",
|
|
"prebuild": "yarn clean",
|
|
"build": "tsc -p tsconfig.json",
|
|
"lint": "eslint . --ext .ts",
|
|
"test": "jest"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^28.1.5",
|
|
"@typescript-eslint/eslint-plugin": "^5.30.0",
|
|
"eslint-plugin-prettier": "*",
|
|
"jest": "^28.1.2",
|
|
"ts-jest": "^28.0.5"
|
|
},
|
|
"dependencies": {
|
|
"@standardnotes/common": "^1.32.0",
|
|
"@standardnotes/encryption": "workspace:*",
|
|
"@standardnotes/models": "workspace:*",
|
|
"@standardnotes/responses": "workspace:*",
|
|
"@standardnotes/sncrypto-common": "workspace:*",
|
|
"@standardnotes/utils": "workspace:*",
|
|
"reflect-metadata": "^0.1.13"
|
|
}
|
|
}
|