{
  "name": "react-native-create-lib",
  "version": "3.0.0",
  "description": "Tool to create a React Native library module or view module with a single command",
  "bin": "bin/cli.js",
  "main": "lib/lib.js",
  "scripts": {
    "jest": "jest",
    "test": "npm run lint && npm run jest"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/listenzz/react-native-create-lib.git"
  },
  "keywords": [
    "react-native",
    "create",
    "library"
  ],
  "files": [
    "bin",
    "lib",
    "templates",
    "README.md"
  ],
  "author": "listen <listenzz@163.com>",
  "license": "MIT",
  "homepage": "https://github.com/listenzz/react-native-create-lib#readme",
  "dependencies": {
    "commander": "^7.1.0",
    "execa": "^5.0.0",
    "fs-extra": "^9.1.0",
    "node-emoji": "^1.10.0",
    "param-case": "^3.0.4",
    "pascal-case": "^3.1.2",
    "update-notifier": "^5.1.0"
  },
  "devDependencies": {}
}
