-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1006 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"$schema": "https://json.schemastore.org/package.json",
"name": "tact-extracted-ls",
"version": "0.4.0",
"description": "Extracted and repackaged Tact language server (LS) from the official VSCode extension for Tact",
"author": "Novus Nota (https://github.com/novusnota)",
"license": "MIT",
"homepage": "https://github.com/novusnota/tact-extracted-ls#readme",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/novusnota/tact-extracted-ls.git"
},
"bugs": {
"url": "https://github.com/novusnota/tact-extracted-ls/issues"
},
"keywords": [
"ton",
"the-open-network",
"blockchain",
"cryptocurrency",
"lsp",
"lsp-server",
"language-server",
"tact",
"tact-extracted-ls",
"tact-lang"
],
"bin": {
"tact-extracted-ls": "bin/bundle.js"
},
"files": [
"bin/",
"lib/"
],
"devDependencies": {
"esbuild": "^0.20.2"
},
"scripts": {
"esbuild": "esbuild"
},
"packageManager": "yarn@1.22.22"
}