@deconz-community/directus-extension-ddf-store
Version:
Extension for Directus to store DDF files in the database, used only by the Deconz Community
70 lines • 1.84 kB
JSON
{
"name": "@deconz-community/directus-extension-ddf-store",
"type": "module",
"version": "0.27.0",
"description": "Extension for Directus to store DDF files in the database, used only by the Deconz Community",
"author": {
"name": "Zehir",
"email": "zehir@zorim.fr",
"url": "https://github.com/Zehir"
},
"license": "MIT",
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/Zehir"
},
"homepage": "https://github.com/deconz-community/ddf-tools/tree/main/packages/store-extension",
"repository": {
"type": "git",
"url": "git+https://github.com/deconz-community/ddf-tools.git"
},
"bugs": {
"url": "https://github.com/deconz-community/ddf-tools/issues/"
},
"keywords": [
"directus",
"directus-extension",
"directus-custom-bundle"
],
"icon": "extension",
"directus:extension": {
"host": "^10.1.10",
"type": "bundle",
"path": {
"app": "dist/app.js",
"api": "dist/api.js"
},
"entries": [
{
"type": "endpoint",
"name": "bundle",
"source": "src/api/index.ts"
}
]
},
"dependencies": {
"@directus/errors": "^2.3.1",
"@noble/hashes": "^2.0.1",
"@octokit/core": "^7.0.6",
"@sindresorhus/slugify": "^3.0.0",
"busboy": "^1.6.0",
"compare-versions": "^6.1.1",
"pako": "^2.1.0",
"@deconz-community/ddf-bundler": "^0.34.0"
},
"devDependencies": {
"@directus/api": "^35.0.2",
"@directus/extensions-sdk": "17.1.2",
"@directus/types": "^15.0.1",
"@types/busboy": "^1.5.4",
"@types/node": "^24.1.0",
"@types/pako": "^2.0.4",
"express": "^5.2.1",
"typescript": "^6.0.2"
},
"scripts": {
"build": "directus-extension build",
"dev": "directus-extension build -w --no-minify",
"add": "directus-extension add"
}
}