-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 991 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
{
"name": "@rdmr-eu/yarrrml-json-schema",
"version": "1.0.3",
"description": "A JSON Schema to let editors (e.g., VS Code) syntax-check YARRRML files.",
"scripts": {
"format": "prettier --write .",
"test": "ajv validate --spec=draft7 --strict=false --errors=text -c ajv-formats -c ajv-formats-draft2019 -s src/yarrrml-json-schema.json -d 'test/**/*.rml.yaml'",
"lint": "prettier --check",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/redmer/yarrrml-json-schema.git"
},
"keywords": [
"json-schema",
"yaml",
"yarrrml",
"linked data",
"rml"
],
"author": "Redmer Kronemeijer (https://rdmr.eu)",
"license": "MIT",
"bugs": {
"url": "https://github.com/redmer/yarrrml-json-schema/issues"
},
"homepage": "https://github.com/redmer/yarrrml-json-schema#readme",
"devDependencies": {
"ajv-cli": "^5.0.0",
"ajv-formats": "^2.1.1",
"ajv-formats-draft2019": "^1.6.1",
"prettier": "2.8.3"
}
}