-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 913 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
41
42
43
44
45
46
47
48
{
"name": "jybid",
"version": "1.1.2",
"description": "json yaml bundle inherit dereference",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"json-ptr": "^3.1.1",
"json-schema-ref-parser": "^6.1.0",
"rfc6902": "^3.0.4"
},
"scripts": {
"test": "mocha test",
"coverage": "nyc npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/funduck/jybid.git"
},
"keywords": [
"json",
"yaml",
"bundle",
"inherit",
"dereference"
],
"author": "funduck",
"license": "ISC",
"bugs": {
"url": "https://github.com/funduck/jybid/issues"
},
"homepage": "https://github.com/funduck/jybid#readme",
"devDependencies": {
"mocha": "^10.0.0",
"nyc": "^15.1.0"
},
"nyc": {
"exclude": [
"node_modules"
],
"reporter": [
"lcov",
"text-summary"
]
}
}