{
  "name": "sanity-schema-class",
  "version": "0.1.15",
  "description": "Generate Sanity.io schemas using ES6 classes",
  "main": "./distribution/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/israelroldan/sanity-schema-class.git"
  },
  "keywords": [
    "sanity.io",
    "sanity",
    "sanity-cms"
  ],
  "author": "Israel Roldán <oss@isro.me>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/israelroldan/sanity-schema-class/issues"
  },
  "scripts": {
    "test": "jest --watch",
    "version": "npx bump-cli  *.json --yes && git add *.json && git commit -m 'Version bump'",
    "build": "babel index.js --out-dir distribution && babel lib --out-dir distribution/lib",
    "prepublishOnly": "rm -rf distribution && npm run version && npm run build && jsonbox open package.json then edit --set main=./distribution/index.js then write",
    "postpublish": "jsonbox open package.json then edit --set main=index.js then write"
  },
  "homepage": "https://github.com/israelroldan/sanity-schema-class#readme",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-es2015": "^6.24.1",
    "jest": "^24.8.0",
    "jsonbox-cli": "^0.9.9"
  },
  "files": [
    "distribution",
    "lib",
    ".babelrc",
    "index.js",
    "package.json",
    "package-lock.json",
    "README.md"
  ]
}