41 lines
809 B
JSON
41 lines
809 B
JSON
{
|
|
"name": "@docmd/engine-rust-binaries",
|
|
"version": "0.8.12",
|
|
"description": "Pre-built Rust binaries for the docmd engine. All platforms bundled.",
|
|
"scripts": {
|
|
"build": "node build.js"
|
|
},
|
|
"files": [
|
|
"bin"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"keywords": [
|
|
"docmd",
|
|
"engine",
|
|
"rust",
|
|
"binaries",
|
|
"native",
|
|
"markdown",
|
|
"minimalist",
|
|
"zero-config",
|
|
"site-generator",
|
|
"documentation",
|
|
"docs"
|
|
],
|
|
"author": {
|
|
"name": "Ghazi",
|
|
"url": "https://mgks.dev"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/docmd-io/docmd.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/docmd-io/docmd/issues"
|
|
},
|
|
"homepage": "https://docmd.io",
|
|
"funding": "https://github.com/sponsors/mgks",
|
|
"license": "MIT"
|
|
} |