{
  "name": "used-styles",
  "version": "3.0.1",
  "description": "Collect styles used on to create a page",
  "main": "dist/es5/index.js",
  "jsnext:main": "dist/es2015/index.js",
  "module": "dist/es2015/index.js",
  "types": "dist/es5/index.d.ts",
  "scripts": {
    "build": "lib-builder build",
    "test": "jest",
    "prepublish-only": "yarn changelog && yarn build",
    "lint": "lib-builder lint",
    "dev": "lib-builder dev",
    "test:ci": "jest --runInBand --coverage",
    "release": "yarn build && yarn test",
    "format": "lib-builder format",
    "size": "npx size-limit",
    "size:report": "npx size-limit --json > .size.json",
    "update": "lib-builder update",
    "typecheck": "tsc --noEmit",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
    "changelog:rewrite": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
  },
  "repository": "https://github.com/theKashey/used-styles/",
  "author": "theKashey <thekashey@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "@size-limit/preset-small-lib": "^2.1.6",
    "@theuiteam/lib-builder": "0.1.4"
  },
  "engines": {
    "node": ">=11"
  },
  "files": [
    "dist",
    "moveStyles",
    "node"
  ],
  "keywords": [
    "nodejs",
    "SSR",
    "CSS",
    "webpack",
    "code splitting"
  ],
  "dependencies": {
    "crc-32": "^1.2.0",
    "kashe": "^1.0.4",
    "memoize-one": "^5.2.1",
    "postcss": "^8.0.0",
    "scan-directory": "^1.0.0",
    "tslib": "^2.3.1"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.{ts,tsx}": [
      "prettier --write",
      "eslint --fix",
      "git add"
    ],
    "*.{js,css,json,md}": [
      "prettier --write",
      "git add"
    ]
  },
  "prettier": {
    "printWidth": 120,
    "trailingComma": "es5",
    "tabWidth": 2,
    "semi": true,
    "singleQuote": true
  },
  "module:es2019": "dist/es2019/index.js",
  "packageManager": "yarn@1.22.22"
}
