Skip to content

Commit 5ed5a77

Browse files
committed
chore: format package.json
1 parent ce8f6b3 commit 5ed5a77

File tree

1 file changed

+30
-28
lines changed

1 file changed

+30
-28
lines changed

package.json

Lines changed: 30 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2,43 +2,31 @@
22
"name": "left-phalange",
33
"version": "1.1.5",
44
"description": "Convert data between CommonJS, ESModule, INI, JSON, JSON5, TOML, YAML",
5-
"main": "dist/cli",
6-
"repository": "fisker/left-phalange",
7-
"author": {
8-
"name": "fisker Cheung",
9-
"email": "[email protected]",
10-
"url": "https://www.fiskercheung.com/"
11-
},
125
"keywords": [
13-
"data",
146
"convert",
7+
"data",
8+
"ini",
159
"json",
16-
"yaml",
1710
"json5",
1811
"toml",
19-
"ini"
12+
"yaml"
2013
],
14+
"repository": "fisker/left-phalange",
2115
"license": "MIT",
16+
"author": {
17+
"name": "fisker Cheung",
18+
"email": "[email protected]",
19+
"url": "https://www.fiskercheung.com/"
20+
},
2221
"files": [
2322
"dist"
2423
],
24+
"sideEffects": false,
25+
"main": "dist/cli",
2526
"bin": {
2627
"left-phalange": "dist/cli",
2728
"lp": "dist/cli"
2829
},
29-
"dependencies": {
30-
"ansi-colors": "4.1.1",
31-
"clipboardy": "2.1.0",
32-
"get-stdin": "7.0.0",
33-
"left-phalange-api": "1.1.9",
34-
"meow": "5.0.0",
35-
"update-notifier": "3.0.1"
36-
},
37-
"config": {
38-
"commitizen": {
39-
"path": "./node_modules/cz-conventional-changelog"
40-
}
41-
},
4230
"scripts": {
4331
"build": "run-p build:*",
4432
"build:js": "rollup --config",
@@ -51,6 +39,7 @@
5139
"format:eslint": "yarn lint:eslint --fix",
5240
"format:markdown": "yarn lint:markdown --fix",
5341
"format:prettier": "yarn lint:prettier --write",
42+
"format:sort-package-json": "sort-package-json \"package.json\" \"packages/*/package.json\"",
5443
"lint": "run-p lint:*",
5544
"lint:eslint": "eslint \"**/*.{js,mjs,vue}\"",
5645
"lint:markdown": "markdownlint \"**/*.md\" --ignore \"**/node_modules/**\"",
@@ -59,11 +48,19 @@
5948
"test": "ava",
6049
"test-coverage": "c8 ava"
6150
},
62-
"publishConfig": {
63-
"registry": "https://registry.npmjs.org/",
64-
"access": "public"
51+
"config": {
52+
"commitizen": {
53+
"path": "./node_modules/cz-conventional-changelog"
54+
}
55+
},
56+
"dependencies": {
57+
"ansi-colors": "4.1.1",
58+
"clipboardy": "2.1.0",
59+
"get-stdin": "7.0.0",
60+
"left-phalange-api": "1.1.9",
61+
"meow": "5.0.0",
62+
"update-notifier": "3.0.1"
6563
},
66-
"sideEffects": false,
6764
"devDependencies": {
6865
"@commitlint/cli": "8.2.0",
6966
"@fisker/commitlint-config": "1.1.4",
@@ -88,7 +85,12 @@
8885
"rollup-plugin-commonjs": "10.1.0",
8986
"rollup-plugin-filesize": "6.2.1",
9087
"rollup-plugin-json": "4.0.0",
91-
"rollup-plugin-node-resolve": "5.2.0"
88+
"rollup-plugin-node-resolve": "5.2.0",
89+
"sort-package-json": "1.24.0"
90+
},
91+
"publishConfig": {
92+
"access": "public",
93+
"registry": "https://registry.npmjs.org/"
9294
},
9395
"ava": {
9496
"require": "esm",

0 commit comments

Comments
 (0)