UNPKG

postcss-licensing

Version:
78 lines (77 loc) 1.95 kB
{ "name": "postcss-licensing", "version": "4.0.0", "description": "Prepends licensing information to CSS files", "license": "Apache-2.0", "author": "Cassondra Roberts <castastrophe@users.noreply.github.com> (https://allons-y.llc)", "repository": { "type": "git", "url": "https://github.com/castastrophe/postcss-licensing.git" }, "bugs": { "url": "https://github.com/castastrophe/postcss-licensing/issues" }, "main": "index.js", "files": [ "index.js" ], "scripts": { "coverage": "c8 yarn test", "_postinstall": "husky || true", "prepack": "pinst --disable", "postpack": "pinst --enable", "prepare": "husky", "semantic-release": "semantic-release", "test": "ava" }, "peerDependencies": { "postcss": "^7.0.0 || ^8.0.0" }, "devDependencies": { "@commitlint/cli": "^20.1.0", "@commitlint/config-conventional": "^20.0.0", "@semantic-release/commit-analyzer": "^13.0.1", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^12.0.1", "@semantic-release/npm": "^13.1.1", "@semantic-release/release-notes-generator": "^14.1.0", "ava": "^6.4.1", "c8": "^10.1.3", "conventional-changelog-conventionalcommits": "^9.1.0", "husky": "^9.1.7", "lint-staged": "^16.2.6", "pinst": "^3.0.0", "postcss": "^8.5.6", "prettier": "^3.6.2", "prettier-package-json": "^2.8.0", "semantic-release": "^25.0.1" }, "keywords": [ "css", "licensing", "plugin", "postcss" ], "engines": { "node": ">=22.21.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "funding": [ { "type": "github", "url": " https://github.com/sponsors/castastrophe" } ], "lint-staged": { "*.js": [ "prettier --write" ], "package.json": [ "prettier-package-json --write" ] }, "packageManager": "yarn@4.10.3" }