-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.25 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
{
"name": "eslint-config-grisaia",
"description": "A set of utilities to reduce config size for other packages.",
"scripts": {
"postpublish": "git push && git push --tags",
"changeset:version": "changeset version && git add --all",
"changeset:publish": "changeset publish",
"test": "bun test",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepare": "pnpm build",
"build": "pnpm --filter=grisaia-package-builder build && pnpm --filter=eslint-config-grisaia-react --filter=eslint-config-grisaia-typescript build"
},
"type": "module",
"devDependencies": {
"@changesets/cli": "^2.27.8",
"@types/eslint": "^8.56.12",
"@types/jest": "^29.5.13",
"@types/node": "^20.16.10",
"bun": "^1.1.29",
"eslint": "^8.57.1",
"jest": "^29.7.0",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5"
},
"dependencies": {
"esbuild": "^0.20.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RevoTale/js-package-utils.git"
},
"bugs": {
"url": "https://github.com/RevoTale/js-package-utils/issues"
},
"author": {
"name": "rusted_love",
"email": "[email protected]",
"url": "https://github.com/rusted-love"
},
"packageManager": "[email protected]",
"license": "MIT"
}