{
    "name": "parsed-path",
    "author": "tsei",
    "license": "MIT",
    "private": false,
    "sideEffect": false,
    "version": "0.1.19",
    "module": "index.js",
    "types": "index.d.ts",
    "main": "index.cjs.js",
    "files": [
        "docs",
        "src",
        "index.js",
        "index.d.ts",
        "index.cjs.js"
    ],
    "description": "Use the best bits of ES6 to parse your path without stress 👋",
    "keywords": [
        "nodejs",
        "typescript",
        "parse",
        "reactjs",
        "filesystem",
        "directory",
        "file",
        "path",
        "stat",
        "filepath",
        "dir"
    ],
    "homepage": "https://tseijp.github.io/parsed-path",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/tseijp/parsed-path.git"
    },
    "bugs": {
        "url": "https://github.com/tseijp/parsed-path/issues"
    },
    "publishConfig": {
        "access": "public"
    },
    "dependencies": {
        "@types/stylis": "^4.0.0",
        "path-browserify": "^1.0.1",
        "stylis": "^4.0.10"
    },
    "peerDependencies": {
        "react": ">=16.8"
    },
    "peerDependenciesMeta": {
        "react": {
            "optional": true
        }
    },
    "devDependencies": {
        "@babel/plugin-proposal-class-properties": "^7.13.0",
        "@babel/plugin-proposal-object-rest-spread": "^7.13.8",
        "@babel/plugin-transform-runtime": "^7.13.15",
        "@babel/preset-env": "^7.13.15",
        "@babel/preset-react": "^7.13.13",
        "@babel/preset-typescript": "^7.13.0",
        "@rollup/plugin-babel": "^5.3.0",
        "@rollup/plugin-commonjs": "^18.0.0",
        "@rollup/plugin-node-resolve": "^11.2.1",
        "@types/jest": "^26.0.22",
        "@types/node": "^14.14.37",
        "@types/react-test-renderer": "^17.0.2",
        "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
        "codecov": "^3.8.1",
        "jest": "^26.6.3",
        "react": "17.0.2",
        "react-dom": "17.0.2",
        "react-mixing": "^0.1.0",
        "react-test-renderer": "^17.0.2",
        "rollup": "^2.45.0",
        "rollup-plugin-node-polyfills": "^0.2.1",
        "rollup-plugin-terser": "^7.0.2",
        "ts-jest": "^26.5.4",
        "typescript": "^4.2.4"
    }
}
