@akashacms/plugins-dlassets
Version:
Automatically download assets referenced in links, images, etc
36 lines (35 loc) • 750 B
JSON
{
"name": "@akashacms/plugins-dlassets",
"version": "0.9.0",
"description": "Automatically download assets referenced in links, images, etc",
"keywords": [
"content management system",
"cms",
"static site generator",
"static file server",
"web development",
"build and deployment",
"renderer",
"templating",
"templates",
"website",
"website builder",
"blog",
"akashacms"
],
"main": "index.mjs",
"type": "module",
"scripts": {
"dopublish": "npm publish --access public"
},
"author": "David Herron <david@davidherron.com>",
"engines": {
"node": ">=24.x"
},
"license": "ISC",
"dependencies": {
"bs58": "^6.0.x",
"got": "^14.4.7",
"mime": "^4.0.x"
}
}