{
  "name": "@platform/css",
  "version": "0.3.1",
  "description": "Helpers for working with inline CSS.",
  "main": "lib/index",
  "types": "lib/index.d.ts",
  "scripts": {
    "ui": "ui $@",
    "test": "ts test",
    "tdd": "ts test --watch",
    "lint": "ts lint",
    "build": "ts build",
    "build-test": "ts build --tsconfig=tsconfig.test $@",
    "prepare": "ts prepare",
    "bundle": "sh sh/bundle.sh",
    "clean": "sh sh/clean.sh"
  },
  "dependencies": {
    "@platform/libs": "0.2.0",
    "@platform/util.is": "0.0.109",
    "@platform/util.value": "0.7.3",
    "@types/tinycolor2": "1.4.2",
    "glamor-jss": "1.4.1",
    "jss-plugin-global": "10.0.3",
    "tinycolor2": "1.4.1"
  },
  "devDependencies": {
    "@platform/polyfill": "0.0.1",
    "@platform/test": "0.1.2",
    "@types/react": "16.9.19",
    "@uiharness/dev": "0.10.4",
    "@uiharness/ui": "0.7.4"
  },
  "files": [
    "lib",
    "css",
    "reset.css",
    "!lib/test",
    "!*.TEST.{js, mjs, d.ts}",
    "!*.INTEGRATION.{js, mjs, d.ts}"
  ],
  "repository": "uiharness/platform",
  "license": "MIT"
}
