{
  "name": "@substrate-system/css-normalize",
  "description": "Normalize/reset CSS",
  "version": "0.0.15",
  "main": "dist/index.css",
  "files": [
    "./dist/*"
  ],
  "exports": {
    ".": "./dist/index.css",
    "./min": "./dist/index.min.css",
    "./*.css": "./dist/*.css"
  },
  "scripts": {
    "lint": "stylelint src/*.css",
    "toc": "markdown-toc --maxdepth 3 -i README.md",
    "build": "mkdir -p dist && rm -rf ./dist/* && lightningcss ./src/index.css > dist/index.css && npm run build:min",
    "build:min": "npx lightningcss --minify src/index.css > ./dist/index.min.css",
    "preversion": "npm run lint && npm run build && npm run build:min",
    "version": "npm run toc && auto-changelog -p --template keepachangelog --breaking-pattern 'BREAKING CHANGE:' && git add CHANGELOG.md README.md",
    "postversion": "git push --follow-tags && npm publish",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {},
  "devDependencies": {
    "auto-changelog": "^2.4.0",
    "lightningcss-cli": "^1.32.0",
    "markdown-toc": "^1.2.0",
    "stylelint": "^17.1.0",
    "stylelint-config-standard": "^40.0.0"
  },
  "author": "nichoth <nichoth@nichoth.com> (https://nichoth.com)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/substrate-system/css-normalize.git"
  },
  "keywords": [
    "css",
    "normalize",
    "reset"
  ],
  "bugs": {
    "url": "https://github.com/substrate-system/css-normalize/issues"
  },
  "homepage": "https://github.com/substrate-system/css-normalize",
  "license": "SEE LICENSE IN LICENSE"
}
