Add language tools package
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user