-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 910 Bytes
/
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": "@mobiscroll/cli",
"version": "1.15.0",
"description": "Mobiscroll command line configuration tool",
"homepage": "https://mobiscroll.com/",
"license": "Apache-2.0",
"main": "index.js",
"author": {
"name": "Mobiscroll",
"url": "https://mobiscroll.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/acidb/mobiscroll-cli.git"
},
"bugs": {
"url": "https://github.com/acidb/mobiscroll-cli/issues"
},
"scripts": {
"test": "mobiscroll",
"prepublish": "crlf --set=LF mobiscroll.js"
},
"bin": {
"mobiscroll": "./mobiscroll.js"
},
"dependencies": {
"axios": "^0.28.0",
"chalk": "^2.4.1",
"commander": "^2.19.0",
"figlet": "^1.2.1",
"inquirer": "^7.0.0",
"js-yaml": "^4.1.0",
"ncp": "^2.0.0",
"semver": "^6.3.0",
"terminal-link": "^1.2.0"
},
"devDependencies": {
"crlf": "^1.1.1"
}
}