- @standardnotes/api@1.21.4 - @standardnotes/desktop@3.104.72 - @standardnotes/encryption@1.19.35 - @standardnotes/features@1.58.0 - @standardnotes/filepicker@1.28.2 - @standardnotes/files@1.14.12 - @standardnotes/mobile@3.50.8 - @standardnotes/models@1.42.0 - @standardnotes/releases@1.4.95 - @standardnotes/responses@1.12.13 - @standardnotes/services@1.52.2 - @standardnotes/snjs@2.158.2 - @standardnotes/ui-services@1.23.2 - @standardnotes/web@3.136.0
40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"name": "@standardnotes/files",
|
|
"version": "1.14.12",
|
|
"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.45.0",
|
|
"@standardnotes/encryption": "workspace:*",
|
|
"@standardnotes/models": "workspace:*",
|
|
"@standardnotes/responses": "workspace:*",
|
|
"@standardnotes/sncrypto-common": "workspace:*",
|
|
"@standardnotes/utils": "workspace:*",
|
|
"reflect-metadata": "^0.1.13"
|
|
}
|
|
}
|