-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.12 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
{
"name": "microui-cli",
"version": "1.0.2",
"keywords": [
"webcomponent",
"javascript",
"frontend",
"cli",
"microui",
"microuihub",
"microui-cli",
"cli",
"reusable"
],
"main": "index.js",
"scripts": {
"publish": "npm publish",
"test": "./node_modules/.bin/mocha --reporter spec"
},
"repository": {
"url": "https://github.com/Micro-UI-Hub/microui-cli.git"
},
"author": "Santanu Kumar<[email protected]>",
"license": "ISC",
"dependencies": {
"archiver": "^3.1.1",
"cli-progress": "^3.4.0",
"download-git-repo": "^3.0.2",
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
"inquirer": "^7.0.0",
"jsonschema": "^1.2.4",
"mime": "^2.4.4",
"ncp": "^2.0.0",
"promise": "^8.0.3",
"request": "^2.88.0",
"rimraf": "^3.0.0",
"sonarqube-scanner": "^2.5.0",
"tmp": "^0.1.0"
},
"bin": {
"microui": "index.js"
},
"devDependencies": {
"mocha": "6.2.2",
"chai": "4.2.0"
},
"description": "Publish your reusable web component to microuihub.com by MicroUI CLI. This package is for setting up developer project to publish."
}