@winner-fed/prettier-config-win
Version:
团队内部 prettier 配置
42 lines (41 loc) • 866 B
JSON
{
"name": "@winner-fed/prettier-config-win",
"version": "1.0.0",
"description": "团队内部 prettier 配置",
"type": "module",
"main": "index.cjs",
"module": "index.js",
"exports": {
".": {
"import": "./index.js",
"require": "./index.cjs",
"default": "./index.json"
},
"./index.json": "./index.json",
"./package.json": "./package.json"
},
"files": [
"index.js",
"index.cjs",
"index.json",
"prettier.config.js"
],
"keywords": [
"perttier",
"winner",
"winner-fed"
],
"author": "WhaleFE",
"license": "MIT",
"scripts": {
"test": "node test-compatibility.js",
"release": "bumpp --commit --push --tag && npm publish"
},
"devDependencies": {
"bumpp": "^7.1.1"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}