-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 905 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
{
"name": "@vegaprotocol/approbation",
"version": "4.9.3",
"description": "Match Acceptance Criteria Codes with the tests that test them",
"engine": ">= 18",
"bin": "./bin/approbation.js",
"scripts": {
"test:ci": "tape 'test/**/*.test.js'",
"test": "tape 'test/**/*.test.js' | tap-arc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vegaprotocol/approbation.git"
},
"author": "Vega <[email protected]>",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/vegaprotocol/approbation/issues"
},
"homepage": "https://github.com/vegaprotocol/approbation#readme",
"devDependencies": {
"tap-arc": "1.3.2",
"tape": "5.9.0"
},
"dependencies": {
"fast-glob": "^3.3.0",
"console-table-printer": "^2.12.1",
"git-rev-sync": "3.0.2",
"lodash.sortby": "^4.7.0",
"minimist": "^1.2.5",
"picocolors": "^1.0.1"
}
}