{ "name": "@freesewing/prettier-config", "version": "3.0.0-alpha.10", "description": "FreeSewing's shared configuration for prettier", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", "repository": "github:freesewing/freesewing", "license": "MIT", "bugs": { "url": "https://github.com/freesewing/freesewing/issues" }, "funding": { "type": "individual", "url": "https://freesewing.org/patrons/join" }, "keywords": [ "prettier" ], "type": "module", "module": "dist/index.mjs", "exports": { ".": "./index.json" }, "scripts": { "build": "echo \"prettier-config: No build required\" && exit 0" }, "peerDependencies": {}, "dependencies": {}, "devDependencies": {}, "files": [ "index.json", "package.json" ], "publishConfig": { "access": "public", "tag": "next" }, "engines": { "node": "18", "npm": "9" } }