diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..684b6bd --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +# Node.js dependencies +node_modules/ +package-lock.json +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Build artifacts +dist/ +build/ + +# IDE files +.vscode/ +.idea/ +*.swp +*.swo + +# OS files +.DS_Store +Thumbs.db + +# Temporary files +*.tmp +*.temp +.temp/ +.tmp/ \ No newline at end of file diff --git a/packages/js/gabp-schemas/package.json b/packages/js/gabp-schemas/package.json index f63947b..76bfab9 100644 --- a/packages/js/gabp-schemas/package.json +++ b/packages/js/gabp-schemas/package.json @@ -37,6 +37,7 @@ }, "dependencies": { "ajv": "^8.12.0", + "ajv-cli": "^5.0.0", "ajv-formats": "^2.1.1" }, "devDependencies": { @@ -48,4 +49,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +}