{
  "name": "@tesler-ui/schema",
  "version": "0.6.0",
  "author": {
    "name": "Constantine Dergachev",
    "email": "dergachev@hotmail.com",
    "url": "https://github.com/dergash"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/tesler-platform/tesler-schema.git"
  },
  "homepage": "https://github.com/tesler-platform/tesler-schema",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "license": "Apache-2.0",
  "bin": "./bin/build-schema",
  "scripts": {
    "lint": "prettier ./src --write",
    "build": "tsc",
    "gen:schema": "yarn build && node ./dist/index.js"
  },
  "devDependencies": {
    "@types/node": "^14.14.22",
    "prettier": "^2.2.1",
    "typescript": "^4.1.3"
  },
  "dependencies": {
    "json-stable-stringify": "^1.0.1",
    "path": "^0.12.7",
    "typescript-json-schema": "^0.48.0"
  },
  "browser": {
    "typescript-json-schema": false,
    "path": false,
    "fs": false
  }
}
