{ "name": "@substrate-system/css-normalize", "description": "Normalize/reset CSS", "version": "0.0.14", "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/* && cp ./src/*.css dist && npm run build:min", "build:min": "postcss src/*.css --use cssnano postcss-nesting --dir dist --ext .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", "cssnano": "^7.0.6", "markdown-toc": "^1.2.0", "postcss": "^8.4.49", "postcss-cli": "^11.0.0", "stylelint": "^17.1.0", "stylelint-config-standard": "^40.0.0" }, "author": "nichoth (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" }