UNPKG

@anolilab/prettier-config

Version:
85 lines (84 loc) 2.18 kB
{ "name": "@anolilab/prettier-config", "version": "5.0.14", "description": "Prettier shareable config for Anolilab.", "keywords": [ "css", "anolilab", "lint", "prettier", "config", "prettier-config" ], "homepage": "https://anolilab.com/nodejs/packages/prettier-config", "repository": { "type": "git", "url": "https://github.com/anolilab/javascript-style-guide.git", "directory": "packages/prettier-config" }, "funding": [ { "type": "github", "url": "https://github.com/sponsors/prisis" }, { "type": "consulting", "url": "https://anolilab.com/support" } ], "license": "MIT", "author": { "name": "Daniel Bannert", "email": "d.bannert@anolilab.de" }, "sideEffects": false, "exports": { ".": { "types": "./dist/index.d.ts", "require": "./dist/index.js", "import": "./dist/index.mjs" }, "./package.json": "./package.json" }, "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist", "skip.js", "README.md", "CHANGELOG.md", "LICENSE.md" ], "scripts": { "build": "cross-env NODE_ENV=development tsup", "build:prod": "cross-env NODE_ENV=production tsup", "clean": "rimraf node_modules dist", "postinstall": "node ./skip.js || node ./dist/postinstall.js" }, "dependencies": { "@anolilab/package-json-utils": "3.0.9" }, "devDependencies": { "@anolilab/semantic-release-preset": "8.0.3", "prettier": "^3.1.1", "rimraf": "^5.0.5", "semantic-release": "^22.0.12", "tsup": "^8.0.1", "vitest": "^1.1.0" }, "peerDependencies": { "prettier": "2.x || 3.x" }, "engines": { "node": ">=18.* <=21.*" }, "publishConfig": { "access": "public", "provenance": true }, "sources": [ "src/index.ts", "src/postinstall.ts" ] }