summaryrefslogtreecommitdiff
path: root/schemas/package.json
blob: 92c25eb31bb048473327146b1d1811a0921c755e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"
	}
}