{
  "name": "react-qml",
  "version": "0.5.0",
  "description": "React QML",
  "main": "dist/index.js",
  "files": [
    "dist",
    "QtQuickControls2.js"
  ],
  "scripts": {
    "type-check": "tsc --noEmit",
    "test": "jest",
    "build": "yarn build:types && yarn build:js",
    "build:types": "tsc --emitDeclarationOnly",
    "build:js": "babel src --copy-files --out-dir dist --extensions \".ts,.tsx\"",
    "prepare": "NODE_ENV=production yarn build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/longseespace/react-qml.git"
  },
  "keywords": [
    "react",
    "react-qml",
    "qml",
    "qt",
    "desktop",
    "native",
    "qtquick",
    "qt5"
  ],
  "author": "Long Nguyen <long@podzim.co>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/longseespace/react-qml/issues"
  },
  "homepage": "https://github.com/longseespace/react-qml#readme",
  "dependencies": {
    "invariant": "^2.2.4",
    "react-reconciler": "^0.20.3"
  },
  "peerDependencies": {
    "react": "^16"
  },
  "devDependencies": {
    "@babel/cli": "^7.2.0",
    "@babel/core": "^7.2.0",
    "@babel/plugin-proposal-class-properties": "^7.2.1",
    "@babel/plugin-proposal-object-rest-spread": "^7.2.0",
    "@babel/preset-env": "^7.2.0",
    "@babel/preset-react": "^7.0.0",
    "@babel/preset-typescript": "^7.1.0",
    "@types/invariant": "^2.2.29",
    "@types/jest": "^24.0.6",
    "@types/node": "^10.12.18",
    "@types/react-reconciler": "^0.18.0",
    "@types/scheduler": "^0.16.1",
    "babel-jest": "^23.6.0",
    "babel-plugin-transform-remove-console": "^6.9.4",
    "flex-js": "^1.0.5",
    "jest": "^24.1.0",
    "lodash": "^4.17.11",
    "ts-jest": "^24.0.0",
    "typescript": "^3.2.2"
  },
  "jest": {
    "moduleDirectories": [
      "./node_modules",
      "./src"
    ],
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx"
    ],
    "transform": {
      "^.+\\.(js|jsx|ts|tsx)$": "babel-jest"
    }
  }
}
