{
  "name": "sexy-framework",
  "version": "0.5.0",
  "main": "src/index.js",
  "license": "MIT",
  "gitHead": "f067587bd13dc0cbf44aa0b3f19a2134ec180ba9",
  "bugs": {
    "url": "https://github.com/sexy-framework/sexy/issues"
  },
  "homepage": "https://github.com/sexy-framework/sexy#readme",
  "author": "Kirill Burkhanov <kir.burkhanov@gmail.com>",
  "scripts": {
    "test": "echo \"Compiler\"",
    "watch": "cross-env NODE_ENV=development webpack --config webpack.config.js ",
    "build": "cross-env NODE_ENV=production webpack --config webpack.config.js"
  },
  "dependencies": {
    "@babel/plugin-syntax-top-level-await": "^7.10.1",
    "htmlparser2": "^4.1.0"
  }
}
