- @standardnotes/api@1.26.18 - @standardnotes/clipper@1.1.58 - @standardnotes/desktop@3.106.67 - @standardnotes/encryption@1.21.44 - @standardnotes/features@1.59.6 - @standardnotes/filepicker@1.28.53 - @standardnotes/files@1.15.15 - @standardnotes/icons@1.12.1 - @standardnotes/mobile@3.53.67 - @standardnotes/models@1.46.5 - @standardnotes/releases@1.4.335 - @standardnotes/responses@1.13.25 - @standardnotes/services@1.60.7 - @standardnotes/sncrypto-common@1.13.4 - @standardnotes/sncrypto-web@1.14.4 - @standardnotes/snjs@2.200.1 - @standardnotes/toast@1.3.33 - @standardnotes/ui-services@1.26.22 - @standardnotes/utils@1.17.4 - @standardnotes/web@3.162.10
40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"name": "@standardnotes/files",
|
|
"version": "1.15.15",
|
|
"engines": {
|
|
"node": ">=16.0.0 <17.0.0"
|
|
},
|
|
"description": "Client-side files library",
|
|
"main": "./src/index.ts",
|
|
"author": "Standard Notes",
|
|
"types": "./src/index.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"private": true,
|
|
"license": "AGPL-3.0-or-later",
|
|
"scripts": {
|
|
"lint": "eslint src --ext .ts",
|
|
"test": "jest",
|
|
"build": "echo 'Empty build script required for yarn topological install'"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^29.2.3",
|
|
"@typescript-eslint/eslint-plugin": "*",
|
|
"eslint": "*",
|
|
"eslint-plugin-prettier": "*",
|
|
"jest": "^29.3.1",
|
|
"ts-jest": "^29.0.3",
|
|
"typescript": "*"
|
|
},
|
|
"dependencies": {
|
|
"@standardnotes/common": "^1.48.3",
|
|
"@standardnotes/encryption": "workspace:*",
|
|
"@standardnotes/models": "workspace:*",
|
|
"@standardnotes/responses": "workspace:*",
|
|
"@standardnotes/sncrypto-common": "workspace:*",
|
|
"@standardnotes/utils": "workspace:*",
|
|
"reflect-metadata": "^0.1.13"
|
|
}
|
|
}
|