-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.62 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.62 KB
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
{
"name": "@ycmd/root",
"version": "0.0.3",
"description": "Libs starter kit",
"author": "Igor Suvorov <hi@isuvorov.com> (https://github.com/isuvorov)",
"private": true,
"scripts": {
"start": " ycmd start",
"dev": " ycmd dev",
"dev:tsup": " pnpm -r run dev:tsup",
"build": " ycmd build",
"build:tsup": " pnpm -r run build:tsup",
"test": " ycmd test",
"prepack": " ycmd prepack",
"release": " ycmd release",
"publish": " echo skip publish"
},
"devDependencies": {
"@lsk4/eslint-config": "^4.10.1",
"@lsk4/tsconfig": "^4.3.0",
"@lsk4/tsup-config": "4.18.0",
"@macrobe/tsup": "^0.0.1",
"@ycmd/commands": "workspace:^",
"tsup": "^8.0.2",
"typescript": "^5.4.2",
"ycmd": "workspace:^"
},
"//": "///////////========================/////////========================/////////========================/////////",
"prettier": "@lsk4/eslint-config/prettier",
"eslintConfig": {
"extends": "@lsk4/eslint-config"
},
"ycmd": {
"scripts": [
"./scripts",
"./libs/ycmd/scripts",
"./node_modules/ycmd/scripts"
]
},
"///": "//////////========================/////////========================/////////========================/////////",
"repository": "https://github.com/ycmds/ycmd",
"homepage": "https://github.com/ycmds/ycmd",
"bugs": "https://github.com/ycmds/ycmd/issues",
"license": "MIT",
"publishConfig": {
"access": "restricted"
},
"////": "/////////========================/////////========================/////////========================/////////"
}