{
  "name": "@hyperjumptech/react-native-confetti",
  "version": "0.1.1",
  "description": "React native component to show confetti",
  "main": "index.js",
  "files": [
    "Confetti.js",
    "Confetti.js.map",
    "FlyingPiece.js",
    "FlyingPiece.js.map",
    "constants.js",
    "constants.js.map",
    "fetchConfettiFromFirebase.js",
    "fetchConfettiFromFirebase.js.map",
    "index.js",
    "index.js.map"
  ],
  "scripts": {
    "test": "yarn static-code-analysis && yarn dynamic-code-analysis",
    "format": "prettier --write \"src/*.{ts,tsx}\"",
    "tslint": "tslint -p .",
    "typecheck": "tsc --noEmit",
    "check-format": "prettier --check \"src/*.{ts,tsx}\"",
    "static-code-analysis": "yarn tslint && yarn typecheck && yarn check-format",
    "dynamic-code-analysis": "jest --coverage",
    "jest": "jest",
    "build": "rm -rf build && tsc",
    "clean": "rm -rf build && rm -rf dist",
    "build-module": "npm run clean && NODE_ENV=production tsc && publish-flat -f build -o dist",
    "publish-module": "npm run build-module && cd dist && npm publish"
  },
  "jest": {
    "preset": "react-native",
    "testEnvironment": "jsdom"
  },
  "keywords": [
    "react-native"
  ],
  "bugs": {
    "url": "https://github.com/hyperjumptech/react-native-confetti"
  },
  "homepage": "https://github.com/hyperjumptech/react-native-confetti",
  "repository": {
    "type": "git",
    "url": "https://github.com/hyperjumptech/react-native-confetti"
  },
  "author": "Raosan Fikri <raosan@hyperjump.tech>",
  "license": "Apache-2.0",
  "peerDependencies": {},
  "devDependencies": {
    "@babel/core": "^7.8.3",
    "@babel/preset-env": "^7.8.3",
    "@babel/preset-react": "^7.8.3",
    "@babel/runtime": "^7.8.3",
    "@testing-library/jest-dom": "^5.0.2",
    "@testing-library/jest-native": "^3.1.0",
    "@testing-library/react": "^9.4.0",
    "@testing-library/react-native": "^5.0.3",
    "@types/jest": "^25.1.0",
    "@types/react": "^16.9.19",
    "@types/react-native": "^0.61.5",
    "@types/react-test-renderer": "^16.9.2",
    "babel-jest": "^25.1.0",
    "jest": "^25.1.0",
    "metro-react-native-babel-preset": "^0.58.0",
    "prettier": "^1.19.1",
    "publish-flat": "^1.4.0",
    "react": "^16.12.0",
    "react-dom": "^16.12.0",
    "react-native": "^0.61.5",
    "react-native-firebase": "^5.6.0",
    "react-test-renderer": "^16.12.0",
    "tslint": "^6.0.0",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^3.7.5"
  },
  "prettier": {
    "bracketSpacing": false,
    "singleQuote": true,
    "trailingComma": "all",
    "arrowParens": "always"
  }
}
