-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.16 KB
/
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
49
50
51
52
53
{
"author": "debitoor",
"name": "@debitoor/schemagic",
"description": "JSON validation with schemas, and schema tools",
"version": "7.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/debitoor/schemagic.git"
},
"main": "./lib/index.js",
"engines": {
"node": ">=16",
"npm": ">=8"
},
"dependencies": {
"async": "^2.0.1",
"clone": "^1.0.2",
"deep-equal": "^1.0.1",
"is-my-json-valid": "2.20.0",
"is-property": "^1.0.2",
"moment": "^2.14.1",
"traverse": "^0.6.6",
"valid-url": "^1.0.9",
"word-wrap": "^1.1.0"
},
"scripts": {
"test": "node ./test.js"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-subset": "^1.3.0",
"deep-extend": "^0.6.0",
"injectr": "^0.5.1",
"mocha": "5.2.0",
"mocha-jshint": "^2.3.1",
"mocha-teamcity-reporter": "2.4.0",
"sinon": "^1.17.5",
"sinon-chai": "^2.8.0"
},
"bugs": {
"url": "https://github.com/debitoor/schemagic/issues"
},
"homepage": "https://github.com/debitoor/schemagic#readme",
"directories": {
"test": "test"
},
"keywords": [
"json-schema",
"json",
"schema"
],
"license": "MIT"
}