mirror of
https://github.com/standardnotes/app.git
synced 2026-01-16 23:01:30 +00:00
- @standardnotes/api@1.26.76 - @standardnotes/clipper@1.1.392 - @standardnotes/desktop@3.108.330 - @standardnotes/encryption@1.21.98 - @standardnotes/filepicker@1.28.113 - @standardnotes/files@1.18.10 - @standardnotes/icons@1.15.0 - @standardnotes/mobile@3.58.51 - @standardnotes/models@1.51.0 - @standardnotes/releases@1.4.686 - @standardnotes/services@1.68.0 - @standardnotes/snjs@2.205.0 - @standardnotes/toast@1.4.2 - @standardnotes/ui-services@1.35.20 - @standardnotes/web@3.185.0
35 lines
958 B
JSON
35 lines
958 B
JSON
{
|
|
"name": "@standardnotes/filepicker",
|
|
"version": "1.28.113",
|
|
"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",
|
|
"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.50.0",
|
|
"@standardnotes/files": "workspace:*",
|
|
"@standardnotes/utils": "workspace:*",
|
|
"@types/wicg-file-system-access": "^2023.10.4",
|
|
"reflect-metadata": "^0.1.13"
|
|
}
|
|
}
|