versa 0.1.0

Versa Unstable Schema
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "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"
  }
}