{
  "name": "host-css-variable",
  "version": "1.2.5",
  "description": "This is a library that pseudo-encapsulates host CSS variables for component based architectures. ",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com:nontangent/host-css-variable.git"
  },
  "scripts": {
    "build": "tsc",
    "build:watch": "tsc --watch",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "SCSS",
    "CSS",
    "VARIABLE",
    "COMPONENT",
    "CUSTOM PROPERTY"
  ],
  "author": "Nozomu Miyamoto",
  "license": "MIT",
  "dependencies": {
    "calc-loader": "^1.0.1",
    "loader-utils": "^2.0.0"
  },
  "devDependencies": {
    "@types/jest": "^26.0.19",
    "jest": "^26.6.3",
    "memfs": "^3.2.0",
    "ts-jest": "^26.4.4",
    "tslib": "^2.0.3",
    "typescript": "^4.1.3",
    "webpack": "^5.10.3"
  }
}
