{
    "name": "react-split",
    "version": "2.0.14",
    "description": "React component for Split.js",
    "main": "dist/react-split.js",
    "minified:main": "dist/react-split.min.js",
    "module": "dist/react-split.es.js",
    "types": "index.d.ts",
    "scripts": {
        "prepublish": "rollup -c",
        "build": "rollup -c && npm run size",
        "watch": "rollup -cw",
        "test": "jest",
        "size": "echo \"gzip size: $(gzip-size --raw $npm_package_minified_main) bytes\""
    },
    "repository": "https://github.com/nathancahill/split",
    "author": "Nathan Cahill <nathan@nathancahill.com>",
    "homepage": "https://split.js.org/",
    "files": [
        "dist",
        "index.d.ts"
    ],
    "license": "MIT",
    "dependencies": {
        "prop-types": "^15.5.7",
        "split.js": "^1.6.0"
    },
    "peerDependencies": {
        "react": "*"
    },
    "collective": {
        "type": "opencollective",
        "url": "https://opencollective.com/splitjs"
    }
}
