{
  "name": "@elune/kufm",
  "version": "0.10.34",
  "author": "swcbo",
  "license": "MIT",
  "main": "src/index.ts",
  "publishConfig":{
    "main": "lib/cjs/index.js",
    "module": "lib/esm/index.js",
    "browser": "lib/umd/index.js",
    "types": "typings/index.d.ts"
  },
  "scripts": {
    "dev": "set NODE_ENV=developemnt && rollup --config rollup.config.ts -w",
    "build": "rm -fr typings && rm -fr lib  && set NODE_ENV=production && rollup --config rollup.config.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://git.silvrr.com/eton/kufm.git"
  },
  "bugs": {
    "url": "https://git.silvrr.com/eton/kufm.git"
  },
  "keywords": [
    "KuFm",
    "form",
    "hooks",
    "react"
  ],
  "devDependencies": {
    "@babel/core": "^7.15.5",
    "@babel/plugin-transform-runtime": "^7.15.0",
    "@babel/preset-env": "^7.15.6",
    "@types/lodash-es": "^4.17.6",
    "@types/node": "^18.0.3",
    "@typescript-eslint/parser": "^4.31.1",
    "core-js": "^3.18.1",
    "eslint-plugin-react": "^7.25.1",
    "eslint-plugin-react-hooks": "^4.2.0",
    "rollup": "^2.56.3",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-eslint": "^7.0.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-size-snapshot": "^0.12.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.30.0",
    "rollup-plugin-uglify": "^6.0.4",
    "tslib": "^2.4.0", 
    "typescript": "^4.4.4"
  },
  "peerDependencies": {
    "react": ">=16.8.0"
  },
  "dependencies": {
    "async-validator": "^4.0.7",
    "lodash-es": "^4.17.21",
    "rmox": "^1.1.4"
  }
}
