-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 841 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 841 Bytes
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
{
"name": "@dblk/recorder",
"version": "1.0.1",
"description": "Add a record/replay capabilities for CICP",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"plugin": {
"provides": [
"recorder"
]
},
"repository": {
"type": "git",
"url": "https://github.com/dblk/recorder"
},
"homepage": "https://github.com/dblk/recorder#readme",
"keywords": [
"cicp",
"record",
"replay",
"match",
"yamp"
],
"dependencies": {
"debug": "^4.3.1"
},
"devDependencies": {
"eslint": "8.55.0",
"eslint-config-airbnb-base": "12.1.0",
"eslint-plugin-import": "2.8.0"
},
"author": {
"name": "Remy Boulanouar",
"email": "[email protected]"
},
"license": "MIT"
}