UNPKG

@prettier/sync

Version:
63 lines (62 loc) 1.44 kB
{ "name": "@prettier/sync", "version": "0.5.2", "description": "Synchronous version of Prettier", "homepage": "https://github.com/prettier/prettier-synchronized#readme", "bugs": { "url": "https://github.com/prettier/prettier-synchronized/issues" }, "repository": "prettier/prettier-synchronized", "funding": "https://github.com/prettier/prettier-synchronized?sponsor=1", "license": "MIT", "author": { "name": "fisker Cheung", "email": "lionkay@gmail.com", "url": "https://www.fiskercheung.com/" }, "sideEffects": false, "type": "module", "main": "./index.cjs", "exports": { ".": { "types": "./index.d.cts", "default": "./index.cjs" }, "./*": "./*" }, "files": [ "index.cjs", "index.d.cts" ], "scripts": { "dist": "np --yolo --no-yarn", "format": "prettier . --write", "lint": "prettier . --check", "test": "node --test", "test-coverage": "c8 node --test", "release": "run-s lint test dist" }, "c8": { "reporter": [ "lcov", "text" ] }, "peerDependencies": { "prettier": "*" }, "devDependencies": { "@types/node": "20.11.16", "c8": "9.1.0", "npm-run-all": "4.1.5", "prettier": "3.2.5" }, "packageManager": "yarn@4.1.1", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "dependencies": { "make-synchronized": "^0.2.8" } }