mapeo-schema
Version:
JSON schema and flow types for Mapeo
41 lines (40 loc) • 1.11 kB
JSON
{
"name": "mapeo-schema",
"version": "2.0.2",
"description": "JSON schema and flow types for Mapeo",
"main": "index.js",
"scripts": {
"build": "node ./scripts/build.js",
"docs": "rimraf docs && mkdirp docs && jsonschema2md -o docs -d schema -e json && rimraf docs/*.json",
"prepublish": "npm run build",
"test": "npm run build && tape 'test/**.js' && flow check test/valid_flow",
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/digidem/mapeo-schema.git"
},
"keywords": [
"mapeo",
"schema"
],
"author": "Digital Democracy",
"license": "MIT",
"bugs": {
"url": "https://github.com/digidem/mapeo-schema/issues"
},
"homepage": "https://github.com/digidem/mapeo-schema#readme",
"dependencies": {
"ajv": "^6.10.0"
},
"devDependencies": {
"@digidem/jsonschema2md": "^3.1.0",
"@marudor/json-schema-to-flow-type": "^2.0.0",
"ajv-pack": "^0.3.1",
"flow-bin": "^0.97.0",
"mkdirp": "^0.5.1",
"rimraf": "^2.6.3",
"standard-version": "^5.0.2",
"tape": "^4.10.1"
}
}