{
  "name": "lgtm",
  "version": "1.2.1",
  "description": "Simple JavaScript validation for objects.",
  "main": "dist/lgtm.js",
  "jsnext:main": "dist/lgtm.mjs",
  "scripts": {
    "lint": "eslint src test",
    "build": "rm -rf dist && script/build",
    "pretest": "npm run lint",
    "test": "mocha",
    "prepublish": "npm test && npm run build",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/square/lgtm.git"
  },
  "keywords": [
    "validation"
  ],
  "author": "Square, Inc.",
  "license": "Apache-2.0",
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-eslint": "^8.0.0",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-plugin-syntax-class-properties": "^6.13.0",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-preset-env": "^1.6.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-register": "^6.26.0",
    "eslint": "^4.7.2",
    "eslint-config-prettier": "^2.6.0",
    "eslint-plugin-prettier": "^2.3.1",
    "file-size": "^1.0.0",
    "gzip-size": "^4.0.0",
    "mocha": "^3.5.3",
    "prettier": "^1.7.0",
    "rollup": "^0.50.0",
    "rollup-plugin-babel": "^3.0.2",
    "semantic-release": "^8.0.3",
    "uglify-js": "^3.1.2"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  }
}