{
  "version": "0.18.1",
  "name": "reshow",
  "repository": {
    "type": "git",
    "url": "https://github.com/react-atomic/reshow"
  },
  "homepage": "https://github.com/react-atomic/reshow",
  "description": "A simplified React cross-component state management.",
  "keywords": [
    "react-atomic",
    "react-atomic-ui",
    "reshow"
  ],
  "author": "Hill <hill@kimo.com>",
  "license": "ISC",
  "dependencies": {
    "call-func": "*",
    "get-storage": "*",
    "getoffset": "*",
    "memoize-one": "*",
    "organism-react-ajax": "*",
    "organism-react-popup": "*",
    "react-atomic-atom": "*",
    "react-atomic-molecule": "*",
    "reshow-constant": "*",
    "reshow-flux": "*",
    "reshow-flux-base": "*",
    "reshow-return": "*",
    "reshow-runtime": "*",
    "seturl": "*",
    "smooth-scroll-to": "*",
    "superagent": "8.0.9",
    "with-array": "*"
  },
  "devDependencies": {
    "lerna": "^7.0.0",
    "react": "^19.x",
    "react-dom": "^19.x",
    "reshow-unit": "*"
  },
  "exports": {
    "types": "./types/index.d.ts",
    "require": "./build/cjs/index.js",
    "import": "./build/es/index.mjs"
  },
  "main": "./build/cjs/index.js",
  "module": "./build/es/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 --ignore /**/__tests__",
    "build:es": "BABEL_ENV=es babel src -d build/es --out-file-extension .mjs",
    "build:type": "npx -p typescript tsc src/*.js src/**/*.js src/ui/**/*.jsx --jsx react-jsx --allowJs --declaration --emitDeclarationOnly --skipLibCheck --module nodenext --declarationDir types",
    "build": "npm run clean && npm run build:cjs && npm run build:es && npm run build:type",
    "mochaFor": "STRICT_MODE=1 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 test && npm run format"
  },
  "types": "./types/index.d.ts",
  "files": [
    "types",
    "build",
    "package.json",
    "README.md"
  ]
}
