-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 1.79 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
{
"name": "libalibe",
"version": "0.1.41",
"homepage": "https://github.com/svagcrew/libalibe",
"repository": {
"type": "git",
"url": "git+https://github.com/svagcrew/libalibe.git"
},
"bugs": {
"url": "https://github.com/svagcrew/libalibe/issues"
},
"author": {
"name": "Sergei Dmitriev",
"url": "https://sergei.svag.group"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"bin": {
"lili": "./bin/index.js"
},
"files": [
"./src/**/*",
"./dist/**/*",
"./bin/**/*"
],
"scripts": {
"build": "svag-ts build",
"lint": "svag-lint lint",
"prepare": "husky",
"prettify": "svag-prettier prettify",
"test": "svag-jest test",
"types": "svag-ts types",
"watch": "svag-ts watch"
},
"dependencies": {
"axios": "^1.6.8",
"concurrently": "^8.2.2",
"dedent": "^1.5.3",
"dotenv": "^16.4.5",
"fast-glob": "^3.3.2",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"onchange": "^7.1.0",
"picocolors": "^1.0.0",
"readline-sync": "^1.4.10",
"semver": "^7.6.0",
"svag-cli-utils": "^0.1.75",
"svag-esm": "^0.1.10",
"typescript": "^5.4.5",
"yargs": "^17.7.2",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/js-yaml": "^4.0.9",
"@types/lodash": "^4.17.0",
"@types/readline-sync": "^1.4.8",
"@types/semver": "^7.5.8",
"@types/yargs": "^17.0.32",
"cross-env": "^7.0.3",
"husky": "^9.0.11",
"jest": "30.0.0-alpha.3",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"svag-husky": "^0.1.49",
"svag-jest": "^0.1.39",
"svag-lint": "^0.1.72",
"svag-prettier": "^0.1.63",
"svag-ts": "^0.1.68",
"ts-jest": "^29.1.2",
"tsc-alias": "^1.8.10",
"type-fest": "^4.15.0"
},
"type": "module"
}