UNPKG

843 BJSONView Raw
1{
2 "name": "bedrock-validation",
3 "version": "4.4.0",
4 "description": "Bedrock validation",
5 "main": "./lib",
6 "scripts": {
7 "lint": "eslint lib test"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/digitalbazaar/bedrock-validation"
12 },
13 "keywords": [
14 "bedrock"
15 ],
16 "author": {
17 "name": "Digital Bazaar, Inc.",
18 "email": "support@digitalbazaar.com",
19 "url": "http://digitalbazaar.com"
20 },
21 "bugs": {
22 "url": "https://github.com/digitalbazaar/bedrock-validation/issues"
23 },
24 "homepage": "https://github.com/digitalbazaar/bedrock-validation",
25 "dependencies": {
26 "ajv": "^6.12.0"
27 },
28 "peerDependencies": {
29 "bedrock": "1.0.0 - 3.x"
30 },
31 "directories": {
32 "lib": "./lib"
33 },
34 "devDependencies": {
35 "eslint": "^6.8.0",
36 "eslint-config-digitalbazaar": "^2.3.0"
37 }
38}