Files
Decodal/packages/decodal-language-tools/package.json
T
2026-07-09 18:34:41 +09:00

28 lines
603 B
JSON

{
"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"
]
}