We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a41118b commit 255c669Copy full SHA for 255c669
package.json
@@ -7,6 +7,13 @@
7
"license": "MIT",
8
"browser": "build/bundle.min.js",
9
"types": "build/index.d.ts",
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "https://github.com/akmjenkins/json-schema-rules-engine"
13
+ },
14
+ "bugs": {
15
+ "url": "https://github.com/akmjenkins/json-schema-rules-engine/issues"
16
17
"keywords": [
18
"json schema",
19
"rules engine"
@@ -34,8 +41,6 @@
34
41
"ajv": "^8.6.2",
35
42
"babel-eslint": "^10.1.0",
36
43
"babel-jest": "^27.1.0",
37
- "benchmark": "^2.1.4",
38
- "benchmarkjs": "^0.1.8",
39
44
"eslint": "^7.32.0",
40
45
"eslint-config-prettier": "^8.3.0",
46
"eslint-import-resolver-typescript": "^2.4.0",
0 commit comments