{
  "name": "styled-reset",
  "description": "Eric Meyer's Reset CSS for styled-components",
  "version": "5.0.0",
  "author": {
    "name": "Autumn Z"
  },
  "license": "MIT",
  "main": "lib/index.js",
  "module": "lib/esm/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib"
  ],
  "scripts": {
    "build": "tsc && tsc -p tsconfig.esm.json",
    "format": "sortpack",
    "prebuild": "run-s -s format test clean",
    "clean": "rm -rf lib && mkdir -p lib",
    "preversion": "npm run build",
    "test": "npm run test:lint",
    "test:lint": "ts-standard src"
  },
  "homepage": "https://github.com/zautumnz/styled-reset#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/zautumnz/styled-reset.git"
  },
  "bugs": "https://github.com/zautumnz/styled-reset/issues",
  "keywords": [
    "css",
    "reset",
    "reset.css",
    "styled-components"
  ],
  "devDependencies": {
    "@types/react": "18.2.14",
    "npm-run-all": "4.1.5",
    "react": "18.2.0",
    "sortpack": "2.3.4",
    "styled-components": "6.0.1",
    "tap-spec": "5.0.0",
    "ts-standard": "12.0.2",
    "typescript": "5.1.6"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "peerDependencies": {
    "styled-components": ">=4.0.0 || >=5.0.0 || >=6.0.0"
  }
}
