{
  "name": "@clxx/rolling-notice",
  "version": "0.0.13",
  "description": "Scroll to notice",
  "main": "./build/index.js",
  "types": "./build/index.d.ts",
  "scripts": {
    "tsc": "../../node_modules/.bin/tsc",
    "start": "yarn tsc -w --pretty",
    "build": "node ../../scripts/clear.js && yarn tsc"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/joye61/clxx/tree/master/packages/rolling-notice"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "keywords": [
    "react",
    "css-in-js",
    "typescript"
  ],
  "author": "joye",
  "license": "MIT",
  "devDependencies": {
    "@types/react": "^16.9.17"
  },
  "dependencies": {
    "@clxx/base": "^0.0.13",
    "@clxx/effect": "^0.0.13",
    "@emotion/core": "^10.0.22",
    "react": "^16.12.0"
  },
  "gitHead": "634ae410e7324297801a32732f37b184b17df0ef"
}
