|
2 | 2 | "name": "left-phalange",
|
3 | 3 | "version": "1.1.5",
|
4 | 4 | "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 |
| - |
10 |
| - "url": "https://www.fiskercheung.com/" |
11 |
| - }, |
12 | 5 | "keywords": [
|
13 |
| - "data", |
14 | 6 | "convert",
|
| 7 | + "data", |
| 8 | + "ini", |
15 | 9 | "json",
|
16 |
| - "yaml", |
17 | 10 | "json5",
|
18 | 11 | "toml",
|
19 |
| - "ini" |
| 12 | + "yaml" |
20 | 13 | ],
|
| 14 | + "repository": "fisker/left-phalange", |
21 | 15 | "license": "MIT",
|
| 16 | + "author": { |
| 17 | + "name": "fisker Cheung", |
| 18 | + |
| 19 | + "url": "https://www.fiskercheung.com/" |
| 20 | + }, |
22 | 21 | "files": [
|
23 | 22 | "dist"
|
24 | 23 | ],
|
| 24 | + "sideEffects": false, |
| 25 | + "main": "dist/cli", |
25 | 26 | "bin": {
|
26 | 27 | "left-phalange": "dist/cli",
|
27 | 28 | "lp": "dist/cli"
|
28 | 29 | },
|
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 |
| - }, |
42 | 30 | "scripts": {
|
43 | 31 | "build": "run-p build:*",
|
44 | 32 | "build:js": "rollup --config",
|
|
51 | 39 | "format:eslint": "yarn lint:eslint --fix",
|
52 | 40 | "format:markdown": "yarn lint:markdown --fix",
|
53 | 41 | "format:prettier": "yarn lint:prettier --write",
|
| 42 | + "format:sort-package-json": "sort-package-json \"package.json\" \"packages/*/package.json\"", |
54 | 43 | "lint": "run-p lint:*",
|
55 | 44 | "lint:eslint": "eslint \"**/*.{js,mjs,vue}\"",
|
56 | 45 | "lint:markdown": "markdownlint \"**/*.md\" --ignore \"**/node_modules/**\"",
|
|
59 | 48 | "test": "ava",
|
60 | 49 | "test-coverage": "c8 ava"
|
61 | 50 | },
|
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" |
65 | 63 | },
|
66 |
| - "sideEffects": false, |
67 | 64 | "devDependencies": {
|
68 | 65 | "@commitlint/cli": "8.2.0",
|
69 | 66 | "@fisker/commitlint-config": "1.1.4",
|
|
88 | 85 | "rollup-plugin-commonjs": "10.1.0",
|
89 | 86 | "rollup-plugin-filesize": "6.2.1",
|
90 | 87 | "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/" |
92 | 94 | },
|
93 | 95 | "ava": {
|
94 | 96 | "require": "esm",
|
|
0 commit comments