webtask-json-validator
Version:
Validator for an Auth0 Extension package.json.
39 lines (38 loc) • 818 B
JSON
{
"name": "webtask-json-validator",
"version": "4.1.0",
"description": "Validator for an Auth0 Extension package.json.",
"files": [
"schema.json",
"index.js",
"LICENSE"
],
"scripts": {
"test": "jest ./test/validations.test.js"
},
"author": "Auth0",
"license": "MIT",
"dependencies": {
"ajv": "^6.5.2",
"ajv-errors": "^1.0.0"
},
"devDependencies": {
"jest": "23.6.0",
"webpack": "^1.12.9"
},
"main": "index.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/auth0/webtask-json-validator.git"
},
"keywords": [
"webtask"
],
"bugs": {
"url": "https://github.com/auth0/webtask-json-validator/issues"
},
"homepage": "https://github.com/auth0/webtask-json-validator#readme"
}