- @standardnotes/api@1.26.62 - @standardnotes/clipper@1.1.248 - @standardnotes/desktop@3.108.181 - @standardnotes/encryption@1.21.84 - @standardnotes/filepicker@1.28.95 - @standardnotes/files@1.17.14 - @standardnotes/mobile@3.56.159 - @standardnotes/models@1.47.20 - @standardnotes/releases@1.4.533 - @standardnotes/responses@1.13.46 - @standardnotes/services@1.64.31 - @standardnotes/snjs@2.202.93 - @standardnotes/ui-services@1.31.26 - @standardnotes/web@3.173.22
36 lines
963 B
JSON
36 lines
963 B
JSON
{
|
|
"name": "@standardnotes/filepicker",
|
|
"version": "1.28.95",
|
|
"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": "CC BY-NC-SA 4.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": "^2020.9.5",
|
|
"reflect-metadata": "^0.1.13"
|
|
}
|
|
}
|