mlldx
Version:
mlldx - ephemeral mlld for CI/CD and serverless environments
34 lines (33 loc) • 626 B
JSON
{
"name": "mlldx",
"version": "2.0.0-rc47",
"description": "mlldx - ephemeral mlld for CI/CD and serverless environments",
"bin": {
"mlldx": "bin/mlldx.js"
},
"files": [
"bin/"
],
"dependencies": {
"mlld": "^2.0.0-rc47"
},
"keywords": [
"mlld",
"mlldx",
"ci",
"serverless",
"ephemeral"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mlld-lang/mlld.git"
},
"homepage": "https://github.com/mlld-lang/mlld",
"bugs": {
"url": "https://github.com/mlld-lang/mlld/issues"
},
"license": "MIT",
"engines": {
"node": ">=18.0.0"
}
}