{
    "name": "co-flex",
    "version": "1.3.0",
    "main": "",
    "description": "React library for an unopinionated flexbox binding using yoga",
    "homepage": "https://cocoss-org.github.io/co-flex",
    "license": "SEE LICENSE IN LICENSE",
    "author": "Bela Bohlender",
    "keywords": [
        "react",
        "flexbox",
        "yoga",
        "typescript"
    ],
    "repository": {
        "type": "git",
        "url": "git@github.com:cocoss-org/co-flex.git"
    },
    "scripts": {
        "build": "tsc && cpx package.json dist",
        "check": "run-s check:prettier check:eslint",
        "check:prettier": "prettier --check src/**/*.{ts,tsx}",
        "check:eslint": "eslint src",
        "fix": "run-s fix:prettier fix:eslint",
        "fix:prettier": "prettier --write src/**/*.{ts,tsx}",
        "fix:eslint": "eslint src --fix"
    },
    "peerDependencies": {
        "react": "*"
    },
    "dependencies": {
        "co-yoga": "^1.0.14"
    },
    "devDependencies": {
        "@types/node": "^18.11.9",
        "@types/react": "^18.0.24",
        "@typescript-eslint/eslint-plugin": "^5.42.0",
        "@typescript-eslint/parser": "^5.42.0",
        "cpx": "^1.5.0",
        "eslint": "^8.26.0",
        "npm-run-all": "^4.1.5",
        "prettier": "^2.7.1",
        "react": "^18.2.0",
        "ts-node": "^10.9.1",
        "typescript": "^4.8.4"
    }
}
