{
  "name": "@instructure/ui-stylesheet",
  "version": "7.5.1",
  "description": "A wrapper around a Glamor StyleSheet.",
  "author": "Instructure, Inc. Engineering and Product Design",
  "type": "commonjs",
  "module": "./es/index.js",
  "main": "./lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/instructure/instructure-ui.git"
  },
  "homepage": "https://instructure.github.io/instructure-ui/",
  "bugs": "https://github.com/instructure/instructure-ui/issues",
  "scripts": {
    "lint": "ui-test --lint",
    "lint:fix": "ui-test --lint --fix",
    "clean": "ui-build --clean",
    "build": "ui-build --modules es,cjs",
    "build:watch": "ui-build --watch"
  },
  "license": "MIT",
  "devDependencies": {
    "@instructure/ui-babel-preset": "^7.5.1"
  },
  "dependencies": {
    "@babel/runtime": "^7.9.2",
    "glamor": "^2.20.40"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "c3362c9e1ed14e5bf1221da5abdde2aeeaef8c48"
}
