@magic/format
Version:
format your code.
117 lines (116 loc) • 2.81 kB
JSON
{
"name": "@magic/format",
"version": "0.0.66",
"author": "Wizards & Witches",
"description": "format your code.",
"license": "AGPL-3.0",
"homepage": "https://magic.github.io/format",
"main": "src/index.mjs",
"type": "module",
"bin": {
"f": "src/bin.mjs",
"format": "src/bin.mjs"
},
"scripts": {
"start": "t",
"build": "NODE_ENV=production magic build",
"prod": "NODE_ENV=production magic build serve",
"clean": "magic clean",
"serve": "magic serve",
"dev": "magic dev",
"test": "t",
"format": "node src/bin.mjs f -w --exclude docs",
"format:check": "node src/bin.mjs --exclude docs",
"calls": "calls"
},
"engines": {
"node": ">=14.15.4"
},
"engineStrict": true,
"files": [
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/magic/format.git"
},
"bugs": {
"url": "https://github.com/magic/format/issues"
},
"dependencies": {
"@magic/cli": "0.0.46",
"@magic/deep": "0.1.16",
"@magic/fs": "0.0.30",
"@magic/log": "0.1.18",
"@magic/types": "0.1.23",
"prettier": "3.4.2"
},
"peerDependencies": {
"prettier-plugin-glsl": "^0.x",
"@prettier/plugin-haml": "^0.x",
"@prettier/plugin-lua": "^0.x",
"@prettier/plugin-php": "^0.x",
"@prettier/plugin-pug": "^3.x",
"@prettier/plugin-python": "^0.x",
"@prettier/plugin-ruby": "^4.x",
"@prettier/plugin-xml": "^3.x",
"@voltiso/prettier-plugin-toml": "^0.x",
"prettier-plugin-astro": "^0.x",
"prettier-plugin-java": "^2.x",
"prettier-plugin-svelte": "^3.x",
"prettier-plugin-tailwindcss": "^0.6.9"
},
"peerDependenciesMeta": {
"@prettier/plugin-haml": {
"optional": true
},
"@prettier/plugin-lua": {
"optional": true
},
"@prettier/plugin-php": {
"optional": true
},
"@prettier/plugin-pug": {
"optional": true
},
"@prettier/plugin-python": {
"optional": true
},
"@prettier/plugin-ruby": {
"optional": true
},
"@prettier/plugin-xml": {
"optional": true
},
"@voltiso/prettier-plugin-toml": {
"optional": true
},
"prettier-plugin-astro": {
"optional": true
},
"prettier-plugin-java": {
"optional": true
},
"prettier-plugin-svelte": {
"optional": true
},
"prettier-plugin-tailwindcss": {
"optional": true
}
},
"devDependencies": {
"@magic-modules/git-badges": "0.0.12",
"@magic-modules/light-switch": "0.0.12",
"@magic-modules/no-spy": "0.0.9",
"@magic-modules/pre": "0.0.12",
"@magic-themes/docs": "0.0.15",
"@magic/core": "0.0.156",
"@magic/test": "0.2.20"
},
"contributors": [
{
"name": "jascha ehrenreich",
"github": "jaeh"
}
]
}