{
  "name": "@lucidogen/builder",
  "version": "1.0.0-1530005540469",
  "description": "Help create modular apps with blocks.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lucidogen/lucidogen.git"
  },
  "author": "Gaspard Bucher <gaspard@lucidogen.io>",
  "license": "MIT",
  "private": false,
  "devDependencies": {
    "@types/jest": "^23.0.2",
    "@types/react": "^16.3.17",
    "@types/react-dom": "^16.0.6",
    "commitizen": "^2.10.1",
    "coveralls": "^3.0.1",
    "cz-customizable": "^5.2.0",
    "cz-customizable-ghooks": "^1.5.0",
    "eslint": "^4.19.1",
    "eslint-config-prettier": "^2.9.0",
    "eslint-config-standard": "^11.0.0",
    "eslint-config-standard-jsx": "^5.0.0",
    "eslint-plugin-import": "^2.12.0",
    "eslint-plugin-node": "^6.0.1",
    "eslint-plugin-prettier": "^2.6.0",
    "eslint-plugin-promise": "^3.8.0",
    "eslint-plugin-react": "^7.9.1",
    "eslint-plugin-standard": "^3.1.0",
    "eslint-plugin-typescript": "^0.12.0",
    "jest": "^23.1.0",
    "prettier": "^1.13.5",
    "ts-jest": "^22.4.6",
    "typescript": "^2.9.1",
    "typescript-eslint-parser": "^16.0.0"
  },
  "scripts": {
    "build": "tsc -p setup/tsconfig.build.json",
    "coverage:upload": "cat ./coverage/lcov.info | coveralls",
    "format": "npm run lint -- --fix && prettier --write --with-node-modules \"**/*.md\" \"src/**/*.css\" \"**/*.json\"",
    "lint": "eslint \"**/*.js\" \"**/*.ts\" \"**/*.tsx\"",
    "prepare": "npm run build",
    "test": "jest -c setup/jest.js",
    "test:watch": "jest -c setup/jest.js --watch --coverage false"
  },
  "dependencies": {
    "@cerebral/react": "next",
    "cerebral": "next",
    "react": "^16.4.1",
    "react-dom": "^16.4.1"
  },
  "importSort": {
    ".js, .jsx, .es6, .es": {
      "parser": "babylon",
      "style": "import-sort-style-module",
      "options": {}
    },
    ".ts, .tsx": {
      "parser": "typescript",
      "style": "import-sort-style-module",
      "options": {}
    }
  }
}