{
  "name": "bs-css-emotion",
  "version": "7.0.1",
  "description": "bs-css bindings for Emotion",
  "scripts": {
    "re:clean": "rescript clean",
    "re:build": "rescript build",
    "re:watch": "rescript build -w"
  },
  "keywords": [
    "emotion",
    "bucklescript",
    "rescript",
    "reasonML",
    "css"
  ],
  "author": "Hervé Giraud <giraud.contact@yahoo.fr>",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/reasonml-labs/bs-css.git"
  },
  "dependencies": {
    "@emotion/cache": "^11.0.0",
    "@emotion/css": "^11.0.0",
    "bs-css": "18.0.0"
  },
  "devDependencies": {
    "rescript": "^9.0.0"
  }
}
