-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 986 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
37
38
39
40
41
42
{
"name": "@bedrock/validation",
"version": "7.1.2-0",
"type": "module",
"description": "Bedrock validation",
"main": "./lib/index.js",
"scripts": {
"lint": "eslint --ext .cjs,.js ."
},
"repository": {
"type": "git",
"url": "https://github.com/digitalbazaar/bedrock-validation"
},
"keywords": [
"bedrock"
],
"author": {
"name": "Digital Bazaar, Inc.",
"email": "support@digitalbazaar.com",
"url": "http://digitalbazaar.com"
},
"bugs": {
"url": "https://github.com/digitalbazaar/bedrock-validation/issues"
},
"homepage": "https://github.com/digitalbazaar/bedrock-validation",
"dependencies": {
"ajv": "^6.12.6",
"klona": "^2.0.6"
},
"peerDependencies": {
"@bedrock/core": "^6.2.0"
},
"directories": {
"lib": "./lib"
},
"devDependencies": {
"eslint": "^8.57.1",
"eslint-config-digitalbazaar": "^5.2.0",
"eslint-plugin-jsdoc": "^50.5.0",
"eslint-plugin-unicorn": "^56.0.0"
}
}