@mdscript/mds-napi
Advanced tools
+11
-11
| { | ||
| "name": "@mdscript/mds-napi", | ||
| "version": "0.1.0", | ||
| "version": "0.2.0", | ||
| "description": "MDS compiler native Node.js bindings (napi-rs)", | ||
@@ -10,7 +10,7 @@ "main": "index.js", | ||
| "type": "git", | ||
| "url": "git+https://github.com/dean0x/mds.git", | ||
| "url": "git+https://github.com/dean0x/mdscript.git", | ||
| "directory": "crates/mds-napi" | ||
| }, | ||
| "homepage": "https://github.com/dean0x/mds#readme", | ||
| "bugs": "https://github.com/dean0x/mds/issues", | ||
| "homepage": "https://github.com/dean0x/mdscript#readme", | ||
| "bugs": "https://github.com/dean0x/mdscript/issues", | ||
| "keywords": [ | ||
@@ -51,10 +51,10 @@ "markdown", | ||
| "optionalDependencies": { | ||
| "@mdscript/mds-napi-darwin-arm64": "0.1.0", | ||
| "@mdscript/mds-napi-darwin-x64": "0.1.0", | ||
| "@mdscript/mds-napi-linux-x64-gnu": "0.1.0", | ||
| "@mdscript/mds-napi-linux-x64-musl": "0.1.0", | ||
| "@mdscript/mds-napi-linux-arm64-gnu": "0.1.0", | ||
| "@mdscript/mds-napi-linux-arm64-musl": "0.1.0", | ||
| "@mdscript/mds-napi-win32-x64-msvc": "0.1.0" | ||
| "@mdscript/mds-napi-darwin-arm64": "0.2.0", | ||
| "@mdscript/mds-napi-darwin-x64": "0.2.0", | ||
| "@mdscript/mds-napi-linux-x64-gnu": "0.2.0", | ||
| "@mdscript/mds-napi-linux-x64-musl": "0.2.0", | ||
| "@mdscript/mds-napi-linux-arm64-gnu": "0.2.0", | ||
| "@mdscript/mds-napi-linux-arm64-musl": "0.2.0", | ||
| "@mdscript/mds-napi-win32-x64-msvc": "0.2.0" | ||
| } | ||
| } |
+1
-1
| # @mdscript/mds-napi | ||
| Native Node.js bindings for the [MDS (Markdown Script)](https://github.com/dean0x/mds) | ||
| Native Node.js bindings for the [MDS (Markdown Script)](https://github.com/dean0x/mdscript) | ||
| compiler, built with [napi-rs](https://napi.rs/). | ||
@@ -5,0 +5,0 @@ |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
8729
0.23%