{ "name": "decodal-language-tools", "type": "module", "description": "Source-level language tooling for Decodal.", "version": "0.1.2", "license": "MIT OR Apache-2.0", "repository": { "type": "git", "url": "https://gitea.hareworks.net/Hare/Decodal" }, "files": [ "decodal_language_tools_bg.wasm", "decodal_language_tools.js", "decodal_language_tools.d.ts" ], "main": "decodal_language_tools.js", "types": "decodal_language_tools.d.ts", "sideEffects": [ "./snippets/*" ], "keywords": [ "decodal", "formatter", "lsp", "tree-sitter" ] }