{
  "name": "css-render",
  "main": "lib/index.js",
  "module": "esm/index.js",
  "license": "MIT",
  "description": "Generating CSS using JS with considerable flexibility and extensibility, at both server side and client side.",
  "keywords": [
    "css-render",
    "css",
    "style",
    "css in js",
    "css-in-js"
  ],
  "files": [
    "lib",
    "esm"
  ],
  "author": "07akioni",
  "homepage": "https://github.com/07akioni/css-render",
  "repository": {
    "type": "git",
    "url": "https://github.com/07akioni/css-render"
  },
  "version": "0.15.12",
  "sideEffects": false,
  "dependencies": {
    "@emotion/hash": "~0.8.0",
    "csstype": "~3.0.5"
  },
  "devDependencies": {
    "@rushstack/eslint-config": "~2.5.1",
    "@types/chai": "^4.2.11",
    "@types/mocha": "^9.0.0",
    "@types/sinon": "^10.0.6",
    "chai": "^4.2.0",
    "eslint": "~8.5.0",
    "karma": "~6.3.2",
    "karma-chrome-launcher": "^3.1.0",
    "karma-mocha": "^2.0.1",
    "karma-spec-reporter": "0.0.33",
    "karma-typescript": "~5.5.1",
    "mocha": "^9.1.3",
    "puppeteer": "^13.0.1",
    "rollup": "^2.19.0",
    "rollup-plugin-terser": "^7.0.2",
    "sinon": "^12.0.1",
    "terser": "^5.3.3",
    "typescript": "~4.4.4",
    "vite": "~2.7.9",
    "@css-render/eslint-config": "0.0.0",
    "@css-render/test-shared": "0.0.0"
  },
  "scripts": {
    "lint": "eslint --fix *.js src/*.ts",
    "lint:type": "tsc -p tsconfig.esm.json",
    "build": "npm run lint && npm run test && rm -rf lib esm && tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json",
    "test": "rm -rf ./coverage && karma start karma.conf.js",
    "test:cov": "npm run test && http-server ./coverage/html"
  }
}