UNPKG

@actinc/prettier-config

Version:
37 lines (36 loc) 834 B
{ "name": "@actinc/prettier-config", "version": "1.0.0", "description": "Prettier configurations", "keywords": [ "ACT", "eslint" ], "homepage": "https://github.com/act-org/configs/tree/main/packages/prettier-config", "bugs": { "url": "https://github.com/act-org/configs/issues" }, "repository": { "type": "git", "url": "git+https://github.com/act-org/configs.git" }, "license": "MIT", "author": "Justin Watkins <justin.watkins@act.org>", "main": "index.js", "files": [ "package.json", "index.js", "README.md", "CHANGELOG.md" ], "scripts": { "release": "standard-version --path ./ --lerna-package prettier-config -t prettier-config", "test": "eslint ." }, "peerDependencies": { "prettier": ">=2" }, "publishConfig": { "access": "public" } }