- @standardnotes/api@1.26.22 - @standardnotes/clipper@1.1.73 - @standardnotes/desktop@3.108.4 - @standardnotes/encryption@1.21.48 - @standardnotes/filepicker@1.28.57 - @standardnotes/files@1.16.3 - @standardnotes/mobile@3.54.8 - @standardnotes/models@1.46.7 - @standardnotes/releases@1.4.350 - @standardnotes/services@1.62.3 - @standardnotes/snjs@2.201.6 - @standardnotes/ui-services@1.27.6 - @standardnotes/web@3.165.4
36 lines
965 B
JSON
36 lines
965 B
JSON
{
|
|
"name": "@standardnotes/filepicker",
|
|
"version": "1.28.57",
|
|
"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.48.3",
|
|
"@standardnotes/files": "workspace:*",
|
|
"@standardnotes/utils": "workspace:*",
|
|
"@types/wicg-file-system-access": "^2020.9.5",
|
|
"reflect-metadata": "^0.1.13"
|
|
}
|
|
}
|