jvsteiner_send-note/package.json
Alan Grainger 61ea5b7c5c 0.5.7
Bug fix for mobile
2023-10-10 13:11:38 +02:00

30 lines
877 B
JSON

{
"name": "share-note",
"version": "0.5.7",
"description": "Instantly share a note, with full styling. Data is stored encrypted on the server and only you have the key.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json"
},
"keywords": [],
"author": "Alan Grainger",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "3.3.0",
"esbuild": "0.17.3",
"eslint": "^8.49.0",
"eslint-config-standard": "^17.1.0",
"obsidian": "latest",
"tslib": "2.4.0",
"typescript": "4.7.4"
},
"dependencies": {
"data-uri-to-buffer": "^6.0.1",
"safe-buffer": "^5.2.1"
}
}