@cmkk/prettier-config
Version:
simple prettier config
32 lines • 728 B
JSON
{
"name": "@cmkk/prettier-config",
"version": "1.0.0-beta.3",
"description": "simple prettier config",
"license": "MIT",
"type": "commonjs",
"author": {
"name": "rankangkang",
"url": "https://github.com/rankangkang"
},
"repository": {
"type": "git",
"url": "https://github.com/rankangkang/config.git"
},
"homepage": "https://github.com/rankangkang/config.git",
"keywords": [
"prettier",
"prettierrc",
"prettier config"
],
"main": "./prettier.config.cjs",
"peerDependencies": {
"prettier": "^3.0.0"
},
"dependencies": {
"prettier-plugin-packagejson": "^2.4.5"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
}