{
	"private": true,
	"name": "wikibasemanifest",
	"version": "0.0.1",
	"description": "",
	"scripts": {
		"test": "npm-run-all test:*",
		"test:spec-lint": "swagger-cli validate openapi.json",
		"api-testing": "mocha --timeout 0 --recursive tests/api-testing",
		"test:api-testing-lint": "eslint --cache --max-warnings 0 tests/api-testing/**"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/wmde/WikibaseManifest.git"
	},
	"devDependencies": {
		"@apidevtools/swagger-cli": "^4.0.4",
		"api-testing": "1.7.1",
		"chai-openapi-response-validator": "^0.13.0",
		"eslint-config-wikimedia": "0.30.0",
		"npm-run-all": "^4.1.5",
		"swagger-combine": "^1.4.0"
	},
	"author": "",
	"dependencies": {
		"mocha": "^10.2.0"
	}
}
