-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 984 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
{
"name": "awesome-jsonschema",
"version": "1.0.0",
"private": true,
"description": "A curated list of awesome JSON Schema resources",
"scripts": {
"start": "node index.js",
"lint": "shellcheck .github/*.sh",
"test": "eslint *.js"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jviotti/awesome-jsonschema.git"
},
"author": "Juan Cruz Viotti <[email protected]>",
"license": "UNLICENSED",
"homepage": "https://github.com/jviotti/awesome-jsonschema",
"bugs": {
"url": "https://github.com/jviotti/awesome-jsonschema/issues"
},
"dependencies": {
"ajv": "^8.6.2",
"ajv-formats": "^2.1.1",
"handlebars": "^4.7.7",
"handlebars-helpers": "^0.10.0",
"js-yaml": "^4.1.0"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0"
}
}