{
  "name": "@almin/react-context",
  "version": "1.1.4",
  "description": "React Context wrapper for almin.",
  "keywords": [
    "almin",
    "context",
    "react"
  ],
  "homepage": "https://github.com/almin/almin/tree/master/packages/@almin/react-context/",
  "bugs": {
    "url": "https://github.com/almin/almin/issues"
  },
  "license": "MIT",
  "author": "azu",
  "files": [
    "bin/",
    "lib/",
    "src/"
  ],
  "main": "lib/react-context.js",
  "types": "lib/react-context.d.ts",
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/almin/almin.git"
  },
  "scripts": {
    "build": "cross-env NODE_ENV=production tsc -p .",
    "ci": "npm run test",
    "prepublish": "npm run --if-present build",
    "test": "mocha \"test/**/*.tsx\"",
    "prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"",
    "watch": "tsc -p . --watch",
    "clean": "rimraf lib/"
  },
  "prettier": {
    "printWidth": 120,
    "singleQuote": false,
    "tabWidth": 4
  },
  "devDependencies": {
    "@almin/store-test-helper": "^1.1.4",
    "@types/mocha": "^7.0.2",
    "@types/node": "^14.0.22",
    "@types/react": "^16.9.43",
    "@types/react-dom": "^16.9.8",
    "almin": "^0.19.0",
    "cross-env": "^7.0.2",
    "jsdom": "^15.2.1",
    "mocha": "^8.0.1",
    "raf": "^3.4.1",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "rimraf": "^3.0.2",
    "ts-node": "^8.10.2",
    "ts-node-test-register": "^8.0.1",
    "typescript": "^3.9.6"
  },
  "peerDependencies": {
    "react": ">=16.13.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "resolutions": {
    "@types/react": "^16.9.34",
    "@types/react-dom": "^16.9.6"
  },
  "gitHead": "4a68daa246948b47f428ee186b37ad9e31b67aeb"
}
