{
  "name": "@hello10/classie",
  "version": "1.1.1",
  "description": "oh, react you dumb dumby fuck",
  "main": "dist/index.js",
  "source": "src/index.js",
  "license": "MIT",
  "author": {
    "name": "Stephen Handley",
    "email": "stephen@hello10.com",
    "url": "https://hello10.com"
  },
  "scripts": {
    "build": "microbundle --target node",
    "clean": "rm -rf node_modules && rm -rf dist",
    "dev": "microbundle watch --target node",
    "lint": "eslint ./src",
    "test": "yarn nyc mocha --ui bdd test.js"
  },
  "dependencies": {},
  "devDependencies": {
    "@hello10/eslint-config": "1.0.2",
    "babel-eslint": "10.1.0",
    "eslint": "6.8.0",
    "eslint-config-airbnb-base": "14.1.0",
    "eslint-plugin-import": "2.20.2",
    "eslint-plugin-promise": "4.2.1",
    "microbundle": "0.12.0",
    "mocha": "7.1.2",
    "nyc": "15.0.1"
  }
}
