1 | {
|
2 | "author": "Tom de Grunt <tom@degrunt.nl>",
|
3 | "name": "jsonschema",
|
4 | "version": "1.4.1",
|
5 | "license": "MIT",
|
6 | "dependencies": {},
|
7 | "contributors": [
|
8 | {
|
9 | "name": "Austin Wright"
|
10 | }
|
11 | ],
|
12 | "main": "./lib/index.js",
|
13 | "typings": "./lib/index.d.ts",
|
14 | "devDependencies": {
|
15 | "@stryker-mutator/core": "^4.0.0",
|
16 | "@stryker-mutator/mocha-runner": "^4.0.0",
|
17 | "chai": "~4.2.0",
|
18 | "eslint": "^7.7.0",
|
19 | "json-metaschema": "^1.2.0",
|
20 | "mocha": "~8.1.1"
|
21 | },
|
22 | "optionalDependencies": {},
|
23 | "engines": {
|
24 | "node": "*"
|
25 | },
|
26 | "keywords": [
|
27 | "json",
|
28 | "schema",
|
29 | "jsonschema",
|
30 | "validator",
|
31 | "validation"
|
32 | ],
|
33 | "repository": {
|
34 | "type": "git",
|
35 | "url": "git://github.com/tdegrunt/jsonschema.git"
|
36 | },
|
37 | "description": "A fast and easy to use JSON Schema validator",
|
38 | "scripts": {
|
39 | "stryker": "stryker run",
|
40 | "test": "./node_modules/.bin/mocha -R spec"
|
41 | }
|
42 | }
|