- @standardnotes/api@1.20.6 - @standardnotes/desktop@3.100.8 - @standardnotes/encryption@1.19.14 - @standardnotes/features@1.55.3 - @standardnotes/filepicker@1.25.14 - @standardnotes/files@1.12.14 - @standardnotes/mobile@3.46.18 - @standardnotes/models@1.37.3 - @standardnotes/releases@1.3.244 - @standardnotes/responses@1.12.9 - @standardnotes/services@1.45.4 - @standardnotes/snjs@2.151.5 - @standardnotes/ui-services@1.13.16 - @standardnotes/web@3.100.7
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "@standardnotes/filepicker",
|
|
"version": "1.25.14",
|
|
"engines": {
|
|
"node": ">=16.0.0 <17.0.0"
|
|
},
|
|
"description": "Web filepicker for Standard Notes projects",
|
|
"main": "dist/index.js",
|
|
"author": "Standard Notes",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"private": true,
|
|
"license": "AGPL-3.0-or-later",
|
|
"scripts": {
|
|
"clean": "rm -fr dist",
|
|
"prestart": "yarn clean",
|
|
"start": "tsc -p tsconfig.json --watch",
|
|
"prebuild": "yarn clean",
|
|
"build": "tsc -p tsconfig.json",
|
|
"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.45.0",
|
|
"@standardnotes/files": "workspace:*",
|
|
"@standardnotes/utils": "workspace:*",
|
|
"@types/wicg-file-system-access": "^2020.9.5",
|
|
"reflect-metadata": "^0.1.13"
|
|
}
|
|
}
|