{
"name": "@versaprotocol/json-schema",
"version": "1.2.0",
"private": true,
"description": "JSON schemas for Versa Protocol data structures",
"scripts": {
"build": "tsc"
},
"repository": "https://github.com/versa-protocol/schema",
"author": "",
"license": "ISC",
"devDependencies": {
"json-schema-to-typescript": "^14.0.5",
"typescript": "^5.4.5"
}
}