-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
124 lines (124 loc) · 4.8 KB
/
package.json
File metadata and controls
124 lines (124 loc) · 4.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "grease",
"description": "grease monorepo",
"version": "0.0.0",
"keywords": [],
"license": "BSD-3-Clause",
"homepage": "https://github.com/flex-development/grease",
"repository": "https://github.com/flex-development/grease.git",
"bugs": "https://github.com/flex-development/grease/issues",
"author": {
"name": "Lexus Drumgold",
"url": "https://github.com/unicornware"
},
"publishConfig": {
"access": "public",
"directory": "./",
"provenance": true
},
"type": "module",
"imports": {
"#build/*": "./build/*.mts",
"#fixtures/*": "./__fixtures__/*.mts",
"#tests/*": "./__tests__/*.mts",
"#utils/*": "./utils/*.mts"
},
"grease": {
"tag": {
"message": "release: {tag}",
"sign": true
}
},
"remarkConfig": {
"plugins": [
"@flex-development/remark-preset"
]
},
"scripts": {
"build": "yarn build:tsc && yarn minify:build && yarn bundle:dts && yarn workspaces foreach --all run post:build",
"build:tsc": "yarn clean:build:tsc --dry && yarn clean:build:tsc && yarn clean:build && tsc --build tsconfig.build.json --verbose --noEmit false",
"bundle:dts": "rollup --config=rollup.config.mts && trash \"packages/*/dist/*/**.d.mts\" && trash \"packages/*/dist/{interfaces,types}\"",
"check:ci": "yarn dedupe --check && yarn check:format && yarn check:lint && yarn check:spelling && yarn typecheck && yarn check:types && yarn test:cov && yarn workspaces foreach --all pack && yarn check:types:attw && yarn clean:pack",
"check:format": "dprint check --incremental=false",
"check:lint": "eslint --exit-on-fatal-error --max-warnings 0 .",
"check:spelling": "cspell lint --color --no-progress --relative $@ \"**\"",
"check:types": "tsc -p tsconfig.json",
"check:types:attw": "bash ./scripts/attw.sh",
"check:upgrades": "yarn upgrade-interactive",
"clean:build": "trash \"packages/*/dist\"",
"clean:build:tsc": "tsc --build tsconfig.build.json --clean",
"clean:modules": "trash .yarn/{cache/,*.gz} node_modules \"packages/*/node_modules\"",
"clean:pack": "trash \"*.tgz\" \"packages/*/*.tgz\"",
"clean:test": "trash __tests__/reports .vitest-reports coverage",
"codecov:validate": "cat .codecov.yml | curl --data-binary @- https://codecov.io/validate",
"commitlint": "commitlint -V",
"fix:cg": "yarn fix:format && yarn fix:lint",
"fix:dedupe": "yarn dedupe --strategy=highest",
"fix:format": "dprint fmt",
"fix:lint": "yarn check:lint --cache --fix",
"minify:build": "esbuild packages/*/dist/**/*.mjs --allow-overwrite --minify --keep-names --outdir=packages --entry-names=\"[dir]/[name]\" --format=esm --out-extension:.js=.mjs --log-level=warning",
"postinstall": "[ -f ./.git ] && [ -f ./node_modules/.bin/husky ] && chmod +x .husky/_/* && husky || exit 0",
"prepack": "yarn build",
"remark": "remark .",
"test": "yarn clean:build; vitest run",
"test:cov": "yarn test --coverage",
"test:cov:reports": "yarn test:cov --merge-reports --mode=reports",
"test:cov:ui": "yarn test:ui --coverage",
"test:cov:upload": "./codecov -t $CODECOV_TOKEN -f ./coverage/lcov.info",
"test:reports": "yarn test --merge-reports --mode=reports",
"test:ui": "cross-env VITEST_UI=1 vitest --ui",
"typecheck": "yarn test --typecheck --mode=typecheck",
"typecheck:ui": "yarn test:ui --typecheck --mode=typecheck"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
"@commitlint/cli": "20.4.1",
"@commitlint/types": "20.4.0",
"@edge-runtime/vm": "5.0.0",
"@flex-development/commitlint-config": "1.0.1",
"@flex-development/eslint-config": "1.1.1",
"@flex-development/pathe": "4.0.2",
"@flex-development/remark-preset": "1.0.0",
"@flex-development/tutils": "6.0.0-alpha.25",
"@rollup/plugin-node-resolve": "16.0.3",
"@tsconfig/strictest": "2.0.8",
"@types/concat-stream": "2.0.3",
"@types/is-ci": "3.0.4",
"@types/node-notifier": "8.0.5",
"@types/rollup": "0.54.0",
"@vates/toggle-scripts": "1.0.0",
"@vitest/coverage-v8": "4.0.18",
"@vitest/ui": "4.0.18",
"clean-modules": "3.1.1",
"concat-stream": "2.0.0",
"cross-env": "10.1.0",
"cspell": "9.6.4",
"devlop": "1.1.0",
"dprint": "0.51.1",
"editorconfig": "3.0.1",
"esbuild": "0.27.3",
"eslint": "9.39.2",
"growl": "1.10.5",
"happy-dom": "20.6.1",
"husky": "9.1.7",
"is-ci": "4.1.0",
"node-notifier": "10.0.1",
"pkg-size": "2.4.0",
"remark": "15.0.1",
"remark-cli": "12.0.1",
"rollup": "4.57.1",
"rollup-plugin-dts": "6.3.0",
"sh-syntax": "0.5.8",
"trash-cli": "7.2.0",
"typescript": "5.9.3",
"unified": "11.0.5",
"vfile": "6.0.3",
"vitest": "4.0.18"
},
"packageManager": "yarn@4.12.0",
"sideEffects": false,
"private": true,
"workspaces": [
"packages/*"
]
}