{
  "name": "@tmz/schemas",
  "version": "3.0.8",
  "description": "Schemas for all TMZ apps and components.",
  "repository": {
    "type": "git",
    "url": "https://github.com/wb-apps/tmz-schemas.git"
  },
  "license": "Apache-2.0",
  "scripts": {
    "build": "npm run clean && npm run test && npm run build:babel && npm run build:prepub",
    "build:babel": "babel ./build/js/src --out-dir ./build/js/dist",
    "build:prepub": "cp -rf ./{*.md,package.json} ./build/js/dist",
    "clean": "rimraf ./build/js/dist",
    "pub": "npm run build && cd ./build/js/dist && npm publish --access public",
    "test": "tape -r ./build/js/tests/bootstrap.cjs './build/js/tests/**/*.test.js*' | faucet"
  },
  "type": "module",
  "main": "./index.js",
  "dependencies": {
    "@gdbots/schemas": "3.0.5",
    "@triniti/schemas": "3.0.7"
  },
  "devDependencies": {
    "@babel/cli": "^7",
    "@babel/core": "^7",
    "@babel/preset-env": "^7",
    "@babel/register": "^7",
    "@gdbots/pbj": "^3",
    "@tmz/schemas": "file:./build/js/src/",
    "faucet": "^0",
    "lodash-es": "^4",
    "md5": "^2",
    "rimraf": "^3",
    "tape": "^5",
    "utf8": "^3",
    "uuid": "^8"
  }
}
