{
  "name": "reactjs-human-body",
  "version": "0.0.8",
  "author": "Mario Mol <mariohmol@gmail.com>",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "scripts": {
    "build": "rollup -c",
    "build-watch": "rollup -c -w",
    "publishnpm": "npm run build && npm publish",
    "postinstall-example": "install-peers -f && cd example && npm i",
    "start-example": "cd example && npm start",
    "deploy-example": "cd example && npm run deploy",
    "dev": "concurrently --kill-others \"npm run build-watch\" \"npm run start-example\"",
    "test": "npm run test:lint && npm run test:unit",
    "pretest": "npm run build",
    "test:unit": "ts-node test/test.ts",
    "test:lint": "eslint ./src/**/*.ts ./src/**/*.tsx ./example/src/**/*.ts ./example/src/**/*.tsx --fix --no-ignore",
    "test:lint:fix": "npm run test:lint -- --fix"
  },
  "repository": {
    "url": "https://github.com/mariohmol/reactjs-human-body",
    "type": "git"
  },
  "license": "MIT",
  "types": "dist/index.d.ts",
  "devDependencies": {
    "@types/react": "^16.9.55",
    "@types/react-dom": "^16.9.9",
    "@types/styled-components": "^5.1.4",
    "@typescript-eslint/eslint-plugin": "^2.10.0",
    "@typescript-eslint/parser": "^2.10.0",
    "concurrently": "^5.3.0",
    "eslint": "^6.6.0",
    "eslint-config-prettier": "^6.15.0",
    "eslint-plugin-prettier": "^3.1.4",
    "eslint-plugin-react": "^7.19.0",
    "install-peers-cli": "^2.2.0",
    "prepend-file": "^2.0.0",
    "prettier": "^2.1.2",
    "rollup": "^2.33.1",
    "rollup-plugin-typescript2": "^0.29.0",
    "ts-node": "^9.0.0",
    "tslib": "^2.0.3",
    "typescript": "^4.0.5"
  },
  "peerDependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "styled-components": "^5.2.1"
  },
  "files": [
    "dist"
  ]
}
