-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
58 lines (58 loc) · 1.29 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
{
"dependencies": {
"@gitbeaker/node": "^35.7.0",
"@octokit/rest": "18.12.0",
"ajv": "^8.11.0",
"ajv-formats": "^2.1.1",
"axios": "^1.1.3",
"chalk": "4.1.2",
"debug": "^4.3.4",
"fs-extra": "^10.1.0",
"isomorphic-git": "^1.21.0",
"libsodium-wrappers": "^0.7.10",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"pkg": "^5.8.0",
"readdirp": "^3.6.0",
"semver": "^7.3.8",
"tar": "^6.1.12",
"update-notifier": "5.1.0",
"yargs": "^17.6.2"
},
"devDependencies": {
"@jest/globals": "^29.3.0",
"eslint": "^8.27.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.1.4",
"git-http-mock-server": "^2.0.0",
"jest": "^29.3.0",
"jest-dev-server": "^6.1.1",
"nock": "^13.2.9",
"release-it": "^15.5.0"
},
"files": [
"bin",
"src"
],
"bin": {
"hexlet": "bin/hexlet.js"
},
"name": "@hexlet/cli",
"description": "",
"version": "2.2.4",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hexlet/cli.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Hexlet/cli/issues"
},
"homepage": "https://github.com/Hexlet/cli#readme"
}