- @standardnotes/api@1.24.16 - @standardnotes/blocks-editor@1.16.5 - @standardnotes/desktop@3.104.126 - @standardnotes/encryption@1.21.15 - @standardnotes/filepicker@1.28.20 - @standardnotes/files@1.14.30 - @standardnotes/icons@1.10.5 - @standardnotes/mobile@3.51.6 - @standardnotes/models@1.43.3 - @standardnotes/releases@1.4.149 - @standardnotes/services@1.56.17 - @standardnotes/snjs@2.165.5 - @standardnotes/toast@1.3.24 - @standardnotes/ui-services@1.24.24 - @standardnotes/web@3.145.0
36 lines
965 B
JSON
36 lines
965 B
JSON
{
|
|
"name": "@standardnotes/filepicker",
|
|
"version": "1.28.20",
|
|
"engines": {
|
|
"node": ">=16.0.0 <17.0.0"
|
|
},
|
|
"description": "Web filepicker for Standard Notes projects",
|
|
"main": "./src/index.ts",
|
|
"author": "Standard Notes",
|
|
"types": "./src/index.ts",
|
|
"private": true,
|
|
"license": "AGPL-3.0-or-later",
|
|
"scripts": {
|
|
"build": "echo 'Empty build script required for yarn topological install'",
|
|
"lint": "eslint src --ext .ts",
|
|
"test": "jest"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^29.2.3",
|
|
"@typescript-eslint/eslint-plugin": "*",
|
|
"eslint": "*",
|
|
"eslint-plugin-prettier": "*",
|
|
"jest": "^29.3.1",
|
|
"ts-jest": "^29.0.3",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "*"
|
|
},
|
|
"dependencies": {
|
|
"@standardnotes/common": "^1.46.4",
|
|
"@standardnotes/files": "workspace:*",
|
|
"@standardnotes/utils": "workspace:*",
|
|
"@types/wicg-file-system-access": "^2020.9.5",
|
|
"reflect-metadata": "^0.1.13"
|
|
}
|
|
}
|