-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.36 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
{
"name": "@lsk4/root",
"version": "4.0.2",
"type": "module",
"description": "Lego Starte Kit",
"author": "Igor Suvorov <hi@isuvorov.com> (https://github.com/isuvorov)",
"private": true,
"scripts": {
"start": " ycmd start",
"dev": " ycmd dev",
"build": " ycmd build",
"test": " ycmd test",
"prepack": " ycmd prepack",
"release": " ycmd release"
},
"optionalDependencies": {
"@size-limit/preset-small-lib": "^11.1.4"
},
"devDependencies": {
"@lsk4/eslint-config": "workspace:^",
"@lsk4/tsconfig": "workspace:^",
"typescript": "^5.5.4",
"uvu": "^0.5.6",
"ycmd": "^0.26.0"
},
"//": "///////////========================/////////========================/////////========================/////////",
"prettier": "@lsk4/eslint-config/prettier",
"eslintConfig": {
"extends": "@lsk4/eslint-config"
},
"///": "//////////========================/////////========================/////////========================/////////",
"repository": "https://github.com/lskjs/lsk4",
"homepage": "https://github.com/lskjs/lsk4",
"bugs": "https://github.com/lskjs/lsk4/issues",
"license": "MIT",
"publishConfig": {
"access": "restricted"
},
"////": "/////////========================/////////========================/////////========================/////////"
}