summaryrefslogtreecommitdiff
path: root/schemas/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'schemas/package.json')
-rw-r--r--schemas/package.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/schemas/package.json b/schemas/package.json
new file mode 100644
index 00000000..92c25eb3
--- /dev/null
+++ b/schemas/package.json
@@ -0,0 +1,16 @@
+{
+ "name": "roadrunner-schema-tests",
+ "version": "1.0.0",
+ "main": "test.js",
+ "type": "module",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "author": "",
+ "license": "ISC",
+ "dependencies": {
+ "@apidevtools/json-schema-ref-parser": "^11.7.2",
+ "ajv": "^8.17.1",
+ "js-yaml": "^4.1.0"
+ }
+}