{
  "name": "@universityofmaryland/umd-web-components",
  "version": "0.8.1",
  "description": "UMD Web Components",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "license": "MIT",
  "repository": "",
  "files": [
    "dist"
  ],
  "scripts": {
    "clean": "rm -rf dist",
    "start": "webpack -w"
  },
  "dependencies": {
    "@types/postcss-js": "^4.0.4",
    "postcss-js": "^4.0.1",
    "tw-to-css": "^0.0.12"
  }
}
