UNPKG

@cretadoc/prettier-config

Version:
40 lines 1.03 kB
{ "name": "@cretadoc/prettier-config", "description": "The Prettier configuration for Cretadoc packages.", "keywords": [ "cretadoc", "prettier", "prettier-config" ], "version": "1.0.0", "license": "MIT", "author": { "name": "Armand Philippot", "email": "contact@armandphilippot.com", "url": "https://www.armandphilippot.com/" }, "homepage": "https://github.com/ArmandPhilippot/cretadoc/tree/main/packages/prettier-config#readme", "repository": { "type": "git", "url": "git+ssh://git@github.com:ArmandPhilippot/cretadoc.git", "directory": "packages/prettier-config" }, "bugs": { "url": "https://github.com/ArmandPhilippot/cretadoc/issues" }, "packageManager": "pnpm@7.27.1", "engines": { "node": ">=14.6.0" }, "main": "index.js", "peerDependencies": { "prettier": "^2.8" }, "devDependencies": { "commit-and-tag-version": "^11.1.0", "prettier": "^2.8.4" }, "scripts": { "release": "commit-and-tag-version -s --no-verify" } }