We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fab8248 commit d3a5401Copy full SHA for d3a5401
package.json
@@ -27,20 +27,20 @@
27
"@typescript-eslint/eslint-plugin": "^7.7.0",
28
"@typescript-eslint/parser": "^7.7.0",
29
"eslint": "^8.57.0",
30
- "eslint-plugin-jsdoc": "^48.2.3"
+ "eslint-plugin-jsdoc": "^48.2.3",
31
+ "lsp-types": "^3.17.0-f3"
32
},
33
"dependencies": {
34
"@syntaxs/compiler": "file:../compiler/syntaxs-compiler-0.0.2-alpha.tgz",
35
"chalk": "^5.3.0",
36
"chokidar": "^3.6.0",
37
"figlet": "^1.7.0",
38
"inquirer": "9.2.16",
- "lsp-types": "^3.17.0-f3",
39
"nanospinner": "1.1.0"
40
41
"type": "module",
42
"bin": {
43
"syntaxs": "./dist/index.js"
44
45
"pack-destination": "./package"
46
-}
+}
0 commit comments