jvsteiner_send-note/package.json
Alan Grainger bdfffe370d 0.5.10
Replace 'fs' with FileSystemAdapter
2023-10-11 14:11:25 +02:00

29 lines
851 B
JSON

{
"name": "share-note",
"version": "0.5.10",
"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"
}
}