{
  "name": "gloss",
  "version": "2.8.23",
  "description": "Higher order component for nicer component styles",
  "main": "_/index.js",
  "ts:main": "src/index.ts",
  "sideEffects": [
    "*.css"
  ],
  "scripts": {
    "build": "tsc -b",
    "watch": "tsc --preserveWatchOutput --watch",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/motion/gloss.git"
  },
  "author": "motion",
  "license": "MIT",
  "homepage": "https://github.com/motion/gloss",
  "dependencies": {
    "@o/css": "^2.8.23",
    "@o/fast-compare": "^2.8.23"
  },
  "devDependencies": {
    "@babel/generator": "^7.4.4",
    "cosmiconfig": "^5.2.1",
    "dedent": "0.7.0",
    "enhanced-resolve": "^4.1.0",
    "loader-utils": "^1.2.3",
    "mkdirp": "^0.5.1",
    "normalize-path": "^3.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "react": "^16.9.0",
    "react-dom": "^16.9.0"
  },
  "gitHead": "e8ed56dff50a508cfb609f360825ba5cc99c7d89"
}
