json-schema-edtf
Version:
EDTF validators for JSON-schema
51 lines (50 loc) • 1.22 kB
JSON
{
"name": "json-schema-edtf",
"version": "1.0.3",
"description": "EDTF validators for JSON-schema",
"main": "index.js",
"scripts": {
"test": "mocha",
"pretest": "npm start",
"prestart": "ejs index.ejs -o index.ts",
"start": "tsc",
"poststart": "npm run docs",
"docs": "rm -rf docs && typedoc --name 'JSON Schema EDTF validators' index.ts && touch docs/.nojekyll",
"postversion": "git push --follow-tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/retorquere/json-schema-edtf.git"
},
"keywords": [
"json-schema",
"edtf"
],
"author": "Emiliano Heyns",
"license": "MIT",
"bugs": {
"url": "https://github.com/retorquere/json-schema-edtf/issues"
},
"homepage": "https://github.com/retorquere/json-schema-edtf#readme",
"dependencies": {
"edtf": "^4.2.0"
},
"devDependencies": {
"ajv": "^8.11.0",
"ejs": "^3.1.8",
"is-my-json-valid": "^2.20.6",
"jsen": "^0.6.6",
"mocha": "^10.0.0",
"typedoc": "^0.22.17",
"typescript": "^4.7.3",
"z-schema": "^5.0.3"
},
"files": [
"index.js",
"index.js.map",
"ajv.js",
"ajv.js.map",
"z-schema.js",
"z-schema.js.map"
]
}