@mdscript/mds
Advanced tools
+16
-9
| { | ||
| "name": "@mdscript/mds", | ||
| "version": "0.1.0", | ||
| "version": "0.2.0", | ||
| "description": "Universal JavaScript/TypeScript bindings for the MDS (Markdown Script) compiler — native addon with WASM fallback", | ||
@@ -8,8 +8,15 @@ "license": "MIT", | ||
| "type": "git", | ||
| "url": "git+https://github.com/dean0x/mds.git", | ||
| "url": "git+https://github.com/dean0x/mdscript.git", | ||
| "directory": "packages/mds" | ||
| }, | ||
| "homepage": "https://github.com/dean0x/mds#readme", | ||
| "bugs": "https://github.com/dean0x/mds/issues", | ||
| "keywords": ["markdown", "template", "llm", "prompt", "compiler", "mds"], | ||
| "homepage": "https://github.com/dean0x/mdscript#readme", | ||
| "bugs": "https://github.com/dean0x/mdscript/issues", | ||
| "keywords": [ | ||
| "markdown", | ||
| "template", | ||
| "llm", | ||
| "prompt", | ||
| "compiler", | ||
| "mds" | ||
| ], | ||
| "type": "module", | ||
@@ -41,11 +48,11 @@ "engines": { | ||
| "dependencies": { | ||
| "@mdscript/mds-wasm": "^0.1.0" | ||
| "@mdscript/mds-wasm": "^0.2.0" | ||
| }, | ||
| "optionalDependencies": { | ||
| "@mdscript/mds-napi": "^0.1.0" | ||
| "@mdscript/mds-napi": "^0.2.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/node": "^22.0.0", | ||
| "typescript": "^5.4.0" | ||
| "@types/node": "^25.9.1", | ||
| "typescript": "^6.0.3" | ||
| } | ||
| } |
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.
90883
0.05%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated