blob: eae387e522d517e2e956b5cb6b2cd3e744f12fcb [file] [log] [blame]
{
"name": "json-validator",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"validate": "node validate.js"
},
"author": "",
"license": "ISC",
"devDependencies": {},
"dependencies": {
"@actions/core": "^1.6.0",
"@actions/github": "^5.0.0",
"jsonschema": "^1.4.0"
}
}