@dvsa/mes-search-schema
Version:
Domain model for data returned by the results search API
26 lines (25 loc) • 633 B
JSON
{
"name": "@dvsa/mes-search-schema",
"version": "1.4.0",
"description": "Domain model for data returned by the results search API",
"scripts": {
"generate": "json2ts -i index.json -o index.d.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dvsa/mes-api-definitions.git"
},
"keywords": [
"dvsa"
],
"author": "DVSA",
"license": "MIT",
"bugs": {
"url": "https://github.com/dvsa/mes-api-definitions/issues"
},
"homepage": "https://github.com/dvsa/mes-api-definitions#readme",
"dependencies": {},
"devDependencies": {
"json-schema-to-typescript": "^6.1.3"
}
}