-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
40 lines (40 loc) · 1022 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": "ut-codec-payshield",
"version": "8.0.0",
"main": "./index.js",
"dependencies": {
"lodash.merge": "4.6.2",
"ut-bitsyntax": "^6.2.6"
},
"devDependencies": {
"tap": "^14.11.0",
"ut-tools": "^7.11.1",
"ut-unittest": "^1.1.0"
},
"scripts": {
"lint": "ut-lint .",
"release": "ut-release",
"changelog": "ut-changelog",
"check": "ut-check",
"cover": "ut-cover-parallel",
"lint-js": "ut-lint-js .",
"postpublish": "ut-postpublish",
"postversion": "ut-postversion",
"precommit": "ut-precommit",
"prepublish": "ut-prepublish",
"prepush": "ut-prepush",
"pretest": "ut-pretest",
"precover": "ut-precover",
"preversion": "ut-preversion",
"test": "ut-test-parallel",
"version": "ut-version",
"jenkins": "ut-jenkins",
"gitlab": "ut-gitlab"
},
"description": "Payshield codec",
"repository": {
"type": "git",
"url": "[email protected]:softwaregroup-bg/ut-codec-payshield.git"
},
"license": "Apache-2.0"
}