{
  "name": "react-native-fireworks",
  "version": "0.2.6",
  "scripts": {
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "start": "react-native start",
    "test": "jest",
    "lint": "eslint ."
  },
  "dependencies": {
    "react": "16.11.0",
    "react-native": "0.62.2"
  },
  "devDependencies": {
    "@babel/core": "^7.9.6",
    "@babel/runtime": "^7.9.6",
    "@react-native-community/eslint-config": "^1.1.0",
    "babel-jest": "^26.0.1",
    "eslint": "^7.0.0",
    "jest": "^26.0.1",
    "metro-react-native-babel-preset": "^0.59.0",
    "react-test-renderer": "16.11.0"
  },
  "jest": {
    "preset": "react-native"
  },
  "description": "A customizable firework like animation that can be used as a component in a react native project",
  "main": "Fireworks.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Abhinandan-Kushwaha/Fireworks.git"
  },
  "keywords": [
    "fireworks",
    "firework",
    "cracker",
    "firecracker"
  ],
  "author": "Abhinandan Kushwaha",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Abhinandan-Kushwaha/Fireworks/issues"
  },
  "homepage": "https://github.com/Abhinandan-Kushwaha/Fireworks#readme"
}
