{
  "name": "features-applier",
  "version": "1.3.3",
  "description": "A React library that streamlines the development of complex React components through modularity, composability and maintainability.",
  "main": "./dist/main.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "src/**/*.d.ts"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Alexei1999/features-applier.git"
  },
  "bugs": {
    "url": "https://github.com/Alexei1999/features-applier/issues"
  },
  "keywords": [
    "react",
    "react-components",
    "features-applier",
    "react-hooks",
    "react-hoc",
    "dynamic-rendering",
    "component-enhancement",
    "complex-components",
    "modular-react"
  ],
  "scripts": {
    "build": "webpack --mode production"
  },
  "author": "alexei1999 <https://github.com/Alexei1999>",
  "license": "MIT",
  "devDependencies": {
    "react": "16.8.0",
    "@types/react": "16.8.0",
    "eslint": "^9.2.0",
    "eslint-config-standard": "^17.1.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-n": "^17.5.1",
    "eslint-plugin-promise": "^6.1.1",
    "ts-loader": "^9.5.1",
    "typescript": "^5.4.5",
    "webpack": "^5.91.0",
    "webpack-cli": "^5.1.4"
  },
  "peerDependencies": {
    "react": "^16.8.0",
    "@types/react": "^16.8.0"
  }
}
