Files
takerofnotes-plugin-filesystem/package.json
2026-03-24 14:06:19 -04:00

29 lines
795 B
JSON

{
"name": "@takerofnotes/plugin-filesystem",
"version": "0.2.0",
"repository": {
"type": "git",
"url": "git+https://git.alt-tuning.co/takerofnotes/takerofnotes-plugin-filesystem"
},
"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": "Filesystem storage plugin for Taker of Notes",
"dependencies": {
"@takerofnotes/plugin-sdk": "^0.4.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"rollup": "^4.59.0",
"vitest": "^3.0.0"
}
}