forked from ProtoDef-io/node-protodef-validator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 780 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
{
"name": "protodef-validator",
"version": "1.3.1",
"description": "Validate ProtoDef protocol definition in node",
"main": "index.js",
"scripts": {
"test": "node example.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/ProtoDef-io/node-protodef-validator.git"
},
"bin": {
"protodef-validator": "./cli.js"
},
"keywords": [
"protodef",
"type",
"serialization",
"schema",
"json"
],
"author": "Romain Beaumont <[email protected]> (<[email protected]>)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ProtoDef-io/node-protodef-validator/issues"
},
"homepage": "https://github.com/ProtoDef-io/node-protodef-validator#readme",
"dependencies": {
"ajv": "^6.5.4"
}
}