{
  "version": "5.7.0",
  "name": "react-atomic-molecule",
  "repository": {
    "type": "git",
    "url": "https://github.com/react-atomic/react-atomic-molecule"
  },
  "description": "Atomic design in React (molecules)",
  "keywords": [
    "react-atomic",
    "react-atomic-ui"
  ],
  "author": "Hill <hill@kimo.com>",
  "license": "MIT",
  "dependencies": {
    "array.merge": "^0.2.0",
    "call-func": "*",
    "class-lib": "*",
    "create-el": "*",
    "css-query-selector": "*",
    "get-object-value": "*",
    "hyphenate-style-name": "1.1.0",
    "need-css": "*",
    "react-atomic-atom": "*",
    "reshow-build": "*",
    "reshow-constant": "*",
    "reshow-runtime": "*",
    "ucfirst-js": "*",
    "win-doc": "*"
  },
  "devDependencies": {
    "lerna": "^8.1.x",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "reshow-unit": "*"
  },
  "exports": {
    "types": "./types/index.d.ts",
    "require": "./build/cjs/src/index.js",
    "import": "./build/es/src/index.mjs"
  },
  "main": "./build/cjs/src/index.js",
  "module": "./build/es/src/index.mjs",
  "scripts": {
    "up-all": "lerna exec 'yarn upgrade'",
    "format": "prettier-eslint --write 'src/**/*.js' 'ui/**/*.js*'",
    "clean": "find ./build ./types -name '*.*' | xargs rm -rf",
    "build:cjs": "BABEL_ENV=cjs babel src -d build/cjs/src --ignore /**/__tests__",
    "build:es": "BABEL_ENV=es babel src -d build/es/src --out-file-extension .mjs",
    "build:type": "npx -p typescript tsc src/*.js src/ui/**/*.jsx --jsx react-jsx --lib esnext,dom --declaration --allowJs --emitDeclarationOnly --skipLibCheck --allowSyntheticDefaultImports --declarationDir types",
    "build": "npm run clean && npm run build:cjs && npm run build:es && npm run build:type",
    "mochaFor": "mocha -r global-jsdom/register",
    "mocha": "npm run mochaFor -- 'build/es/**/__tests__/*.mjs'",
    "test:report": "npm run build && npm run mochaFor -- --reporter mocha-junit-reporter --reporter-options mochaFile=./test_output/mocha.xml 'build/es/**/__tests__/*.mjs'",
    "test": "npm run build && npm run mocha",
    "prepublishOnly": "npm run format && npm run test"
  },
  "types": "./types/index.d.ts",
  "files": [
    "types",
    "build",
    "package.json",
    "README.md"
  ]
}
