-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 956 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
{
"name": "ut-function",
"private": true,
"devDependencies": {
"fuzzy": "0.1.3",
"glob": "7.1.2",
"inquirer": "7.3.3",
"inquirer-autocomplete-prompt": "1.2.0",
"lerna": "3.16.4",
"tap": "^16.2.0"
},
"scripts": {
"postinstall": "lerna bootstrap --no-ci",
"lint": "ut-lint .",
"release": "ut-release-lerna",
"changelog": "ut-changelog",
"check": "ut-check",
"cover": "ut-cover-parallel",
"gitlab": "ut-gitlab",
"jenkins": "ut-jenkins",
"lint-js": "ut-lint-js .",
"postversion": "ut-postversion",
"precommit": "ut-precommit",
"precover": "ut-precover",
"prepublish": "ut-prepublish",
"prepush": "ut-prepush",
"pretest": "ut-pretest",
"preversion": "ut-preversion",
"test": "ut-test-parallel",
"version": "ut-version"
},
"repository": {
"type": "git",
"url": "[email protected]:softwaregroup-bg/ut-function.git"
},
"license": "Apache-2.0"
}