This repository has been archived by the owner on Jul 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
72 lines (72 loc) · 1.89 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
{
"name": "lcpkg",
"version": "0.3.2",
"description": "A command line tool for manage LCUI application",
"main": "index.js",
"bin": {
"lcpkg": "./bin/cli",
"lcpkg-config": "./bin/cli-config",
"lcpkg-install": "./bin/cli-install",
"lcpkg-uninstall": "./bin/cli-uninstall",
"lcpkg-pack": "./bin/cli-pack",
"lcpkg-setup": "./bin/cli-setup",
"lcpkg-export": "./bin/cli-export",
"lcpkg-link": "./bin/cli-link",
"lcpkg-run-script": "./bin/cli-run-script",
"lcpkg-init": "./bin/cli-init"
},
"scripts": {
"coverage": "nyc report --reporter=text-lcov | coveralls",
"test": "nyc mocha",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
},
"author": "Liu <[email protected]>",
"license": "MIT",
"dependencies": {
"archiver": "^5.0.2",
"axios": "^0.21.1",
"chalk": "^4.1.0",
"cli-progress": "^3.8.2",
"commander": "^6.1.0",
"conf": "^7.1.2",
"decompress": "^4.2.1",
"download": "^8.0.0",
"filesize": "^6.1.0",
"fs-extra": "^9.0.1",
"git-user-email": "^0.2.2",
"git-user-name": "^2.0.0",
"hasha": "^5.2.1",
"plural": "^1.1.0",
"progress-download": "^1.0.4",
"prompts": "^2.3.2",
"request": "^2.88.2",
"request-progress": "^3.0.0",
"template-file": "^6.0.1"
},
"devDependencies": {
"coveralls": "^3.1.0",
"eslint": "^7.10.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.1",
"mocha": "^10.1.0",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^15.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lc-soft/lcpkg.git"
},
"keywords": [
"install",
"modules",
"package manager",
"lcpkg.json",
"c",
"C++",
"windows"
],
"bugs": {
"url": "https://github.com/lc-soft/lcpkg/issues"
},
"homepage": "https://github.com/lc-soft/lcpkg#readme"
}