|
1 | 1 | {
|
2 | 2 | "name": "@rightcapital/frontend-style-guide",
|
3 | 3 | "version": "5.0.0",
|
4 |
| - "description": "RightCapital's frontend style guide.", |
5 |
| - "type": "commonjs", |
6 | 4 | "private": true,
|
7 |
| - "license": "MIT", |
| 5 | + "description": "RightCapital's frontend style guide.", |
8 | 6 | "repository": {
|
9 | 7 | "type": "git",
|
10 | 8 | "url": "https://github.com/RightCapitalHQ/frontend-style-guide.git"
|
11 | 9 | },
|
12 |
| - "packageManager": "[email protected]", |
13 |
| - "engines": { |
14 |
| - "node": ">=16.0.0" |
15 |
| - }, |
| 10 | + "license": "MIT", |
| 11 | + "type": "commonjs", |
16 | 12 | "scripts": {
|
17 | 13 | "build": "pnpm run --aggregate-output --filter './packages/*' build",
|
| 14 | + "change": "beachball change --no-commit", |
| 15 | + "check": "beachball check", |
18 | 16 | "commit": "cz",
|
19 |
| - "lint": "concurrently pnpm:lint:*", |
20 |
| - "lint:eslint": "eslint --max-warnings=0 .", |
21 |
| - "lint:prettier": "prettier -c .", |
22 | 17 | "fix": "pnpm run fix:eslint && pnpm run fix:prettier",
|
23 | 18 | "fix:eslint": "eslint --fix .",
|
24 | 19 | "fix:prettier": "prettier --write --list-different .",
|
25 |
| - "test": "pnpm --aggregate-output --filter './specs/*' test", |
26 |
| - "test:update-snapshots": "pnpm --aggregate-output --filter './specs/*' test -- -u", |
27 | 20 | "preinstall": "npx only-allow pnpm",
|
| 21 | + "lint": "concurrently pnpm:lint:*", |
| 22 | + "lint:eslint": "eslint --max-warnings=0 .", |
| 23 | + "lint:prettier": "prettier -c .", |
28 | 24 | "prepare": "./scripts/prepare.sh",
|
29 |
| - "change": "beachball change --no-commit", |
30 |
| - "check": "beachball check" |
| 25 | + "test": "pnpm --aggregate-output --filter './specs/*' test", |
| 26 | + "test:update-snapshots": "pnpm --aggregate-output --filter './specs/*' test -- -u" |
31 | 27 | },
|
32 | 28 | "config": {
|
33 | 29 | "commitizen": {
|
|
53 | 49 | "tsx": "4.7.2",
|
54 | 50 | "typescript": "5.4.5",
|
55 | 51 | "zx": "7.2.3"
|
| 52 | + }, |
| 53 | + "packageManager": "[email protected]", |
| 54 | + "engines": { |
| 55 | + "node": ">=16.0.0" |
56 | 56 | }
|
57 | 57 | }
|
0 commit comments