{
  "name": "joycon",
  "version": "2.2.5",
  "description": "Load config with ease.",
  "repository": {
    "url": "egoist/joycon",
    "type": "git"
  },
  "main": "lib/index.js",
  "types": "types/index.d.ts",
  "files": [
    "lib",
    "types/index.d.ts"
  ],
  "scripts": {
    "test": "npm run lint && jest",
    "lint": "xo",
    "build": "babel src -d lib --no-comments",
    "prepublishOnly": "npm run build"
  },
  "author": "egoist <0x142857@gmail.com>",
  "license": "MIT",
  "jest": {
    "testEnvironment": "node"
  },
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "@types/json5": "^0.0.29",
    "@types/node": "^9.6.5",
    "babel-core": "^7.0.0-bridge.0",
    "babel-jest": "^22.4.3",
    "babel-plugin-sync": "^0.1.0",
    "eslint-config-rem": "^3.0.0",
    "jest-cli": "^22.4.3",
    "xo": "^0.18.0"
  },
  "xo": {
    "extends": "rem",
    "envs": [
      "jest"
    ],
    "ignores": [
      "lib/**"
    ]
  },
  "engines": {
    "node": ">=6"
  }
}
