-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.48 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.48 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "@sourcemeta/jsonschema",
"version": "14.20.2",
"description": "The CLI for working with JSON Schema. Covers formatting, linting, testing, and much more for both local development and CI/CD pipelines. By a member of the JSON Schema Technical Steering Committee",
"main": "npm/main.js",
"exports": {
".": "./npm/main.js",
"./package.json": "./package.json"
},
"bin": {
"jsonschema": "npm/cli.js"
},
"license": "AGPL-3.0",
"homepage": "https://github.com/sourcemeta/jsonschema",
"author": {
"email": "hello@sourcemeta.com",
"name": "Sourcemeta",
"url": "https://www.sourcemeta.com"
},
"os": [
"darwin",
"linux",
"win32"
],
"cpu": [
"x64",
"arm64"
],
"engines": {
"node": ">=16"
},
"funding": "https://github.com/sponsors/sourcemeta",
"keywords": [
"jsonschema",
"json",
"schema",
"json-schema",
"cli",
"$ref",
"dereference",
"reference",
"resolve",
"json-pointer",
"validator",
"validation",
"bundle",
"json-schema-validator",
"json-schema-validation",
"lint",
"format",
"draft"
],
"bugs": {
"url": "https://github.com/sourcemeta/jsonschema/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sourcemeta/jsonschema.git"
},
"publishConfig": {
"provenance": true,
"access": "public"
},
"devDependencies": {
"@eslint/js": "^9.23.0",
"eslint": "^9.23.0",
"globals": "^16.0.0"
}
}