Spaces:
Sleeping
Sleeping
| { | |
| "name": "liftoscript-mcp-validator", | |
| "version": "1.0.0", | |
| "description": "Minimal Liftoscript validator for MCP server", | |
| "main": "minimal-validator.js", | |
| "scripts": { | |
| "test": "node test-validator.js" | |
| }, | |
| "dependencies": { | |
| "@lezer/lr": "^1.3.14" | |
| }, | |
| "devDependencies": {}, | |
| "keywords": ["liftoscript", "validator", "mcp"], | |
| "author": "", | |
| "license": "MIT" | |
| } |