-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.72 KB
/
package.json
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
{
"name": "configs",
"version": "1.0.0",
"description": "x7ddf74479jn5's configs",
"main": "index.js",
"scripts": {
"ci:version": "changeset version",
"ci:publish": "changeset publish",
"ci:lint": "pnpm --filter='{packages/**}[origin/main]' --changed-files-ignore-pattern='**/*.md' run lint",
"ci:test": "pnpm --filter='{packages/**}[origin/main]' --changed-files-ignore-pattern='**/*.md' test",
"lint": "pnpm --filter './packages/**' lint",
"format:": "prettier --write .",
"test": "pnpm --filter './packages/**' test",
"prepare": "simple-git-hooks"
},
"author": "x7ddf74479jn5 <x7ddf74479jn5@gmail.com> (https://github.com/x7ddf74479jn5)",
"license": "MIT",
"private": "true",
"homepage": "https://github.com/x7ddf74479jn5/configs",
"repository": {
"type": "git",
"url": "https://github.com/x7ddf74479jn5/configs.git"
},
"bugs": {
"url": "https://github.com/x7ddf74479jn5/configs/issues"
},
"devDependencies": {
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.1",
"@tsconfig/node-lts": "18.12.1",
"@tsconfig/strictest": "2.0.0",
"@types/node": "18.15.11",
"@x7ddf74479jn5/eslint-config-x7ddf74479jn5": "workspace:*",
"@x7ddf74479jn5/prettier-config-x7ddf74479jn5": "workspace:*",
"@x7ddf74479jn5/textlint-rule-preset-x7ddf74479jn5": "workspace:*",
"eslint": "8.38.0",
"lint-staged": "13.2.0",
"prettier": "3.0.0",
"simple-git-hooks": "2.8.1",
"textlint": "13.3.2",
"typescript": "5.0.3"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged --concurrent false -c lint-staged.mjs"
},
"prettier": "@x7ddf74479jn5/prettier-config-x7ddf74479jn5",
"engines": {
"node": ">=18.0.0"
}
}