- @standardnotes/api@1.26.42 - @standardnotes/clipper@1.1.142 - @standardnotes/desktop@3.108.73 - @standardnotes/encryption@1.21.64 - @standardnotes/filepicker@1.28.74 - @standardnotes/files@1.16.20 - @standardnotes/mobile@3.56.53 - @standardnotes/models@1.47.1 - @standardnotes/releases@1.4.425 - @standardnotes/services@1.63.25 - @standardnotes/snjs@2.202.32 - @standardnotes/ui-services@1.29.1 - @standardnotes/utils@1.17.11 - @standardnotes/web@3.169.0
40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"name": "@standardnotes/files",
|
|
"version": "1.16.20",
|
|
"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": "CC BY-NC-SA 4.0",
|
|
"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.50.0",
|
|
"@standardnotes/encryption": "workspace:*",
|
|
"@standardnotes/models": "workspace:*",
|
|
"@standardnotes/responses": "workspace:*",
|
|
"@standardnotes/sncrypto-common": "workspace:*",
|
|
"@standardnotes/utils": "workspace:*",
|
|
"reflect-metadata": "^0.1.13"
|
|
}
|
|
}
|