Files
takerofnotes-plugin-browser/package.json
nicwands 1a20d413d9 0.2.0
2026-03-24 14:05:42 -04:00

30 lines
843 B
JSON

{
"name": "@takerofnotes/plugin-browser",
"version": "0.2.0",
"repository": {
"type": "git",
"url": "git+https://git.alt-tuning.co/takerofnotes/takerofnotes-plugin-browser"
},
"type": "module",
"main": "dist/index.js",
"exports": "./dist/index.js",
"scripts": {
"build": "rollup -c",
"test": "vitest",
"prepublishOnly": "npm run build"
},
"author": "nicwands",
"license": "MIT",
"description": "Taker of Notes storage plugin for the browser using IndexedDB",
"dependencies": {
"@takerofnotes/plugin-sdk": "^0.4.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"fake-indexeddb": "^6.2.5",
"rollup": "^4.59.0",
"vitest": "^4.0.18"
}
}