forked from valentjn/ltex-ls
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 2.5 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "@neo-ltex/ltex-ls",
"version": "16.0.0-beta.1",
"description": "Provides info about https://github.com/neo-ltex/ltex-ls",
"keywords": [],
"homepage": "https://github.com/neo-ltex/ltex-ls#readme",
"bugs": {
"url": "https://github.com/neo-ltex/ltex-ls/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/neo-ltex/ltex-ls.git"
},
"license": "MPL-2.0",
"author": {
"name": "Homa Wong (unional)",
"email": "[email protected]"
},
"type": "module",
"exports": {
"types": "./esm/index.d.ts",
"import": "./esm/index.js"
},
"main": "./cjs/index.js",
"types": "./esm/index.d.ts",
"files": [
"cjs",
"esm",
"ts",
"./pom.xml",
"!**/*.{spec,test,unit,accept,integrate,system,perf,stress}.*"
],
"scripts": {
"build": "npm-run-all -p build:cjs build:esm -s build:completion-list build:mvn",
"build:pkg": "run-p build:cjs build:esm",
"build:cjs": "swc ts -d cjs",
"build:esm": "tsc",
"build:mvn": "mvn verify",
"build:binary": "node --loader ts-node/esm ts/bin/create_binary_archive.ts",
"build:binary:py": "python tools/createBinaryArchives.py",
"build:completion-list": "node --loader ts-node/esm ts/bin/create_completion_list.ts",
"check": "biome check .",
"coverage": "vitest run --coverage",
"cs": "changeset",
"depcheck": "depcheck",
"format": "biome format . --write",
"lint": "biome lint .",
"prepare": "husky install",
"release": "changeset publish",
"test": "vitest",
"tc": "vitest --coverage",
"ts": "cross-env TEST_SYSTEM=true vitest",
"verify": "npm-run-all -p check build coverage",
"version": "changeset version"
},
"dependencies": {
"@octokit/rest": "^20.0.2",
"cachedir": "^2.4.0",
"extract-zip": "^2.0.1",
"fast-xml-parser": "^4.3.3",
"mkdirp": "^3.0.1",
"rimraf": "^5.0.5",
"tar": "^6.2.0"
},
"devDependencies": {
"@biomejs/biome": "1.5.2",
"@changesets/cli": "^2.26.0",
"@commitlint/cli": "^18.0.0",
"@commitlint/config-conventional": "^18.0.0",
"@repobuddy/biome": "^1.0.2",
"@swc/cli": "^0.1.63",
"@swc/core": "^1.3.104",
"@types/is-ci": "^3.0.4",
"@types/tar": "^6.1.10",
"@types/tmp": "^0.2.6",
"@vitest/coverage-v8": "^1.2.1",
"assertron": "^11.5.0",
"cross-env": "^7.0.3",
"depcheck": "^1.4.7",
"dirname-filename-esm": "^1.1.1",
"execa": "^8.0.1",
"husky": "^8.0.1",
"is-ci": "^3.0.1",
"npm-run-all": "^4.1.5",
"tmp": "^0.2.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vitest": "^1.2.1"
},
"packageManager": "[email protected]",
"ltex": {
"version": "16.0.0"
}
}