-
Notifications
You must be signed in to change notification settings - Fork 164
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.33 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.33 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
{
"name": "cosmos-kit-repo",
"version": "2.0.0",
"private": true,
"packageManager": "pnpm@9.15.9",
"scripts": {
"build": "pnpm -r --filter '!docs' run build",
"lint": "pnpm -r run lint",
"format": "pnpm -r run format",
"test": "pnpm -r --filter '!cosmos-kit' run test --passWithNoTests",
"clear:modules": "find . -name 'node_modules' -type d -prune -print | xargs rm -rf",
"clear:dist": "pnpm -r run clean",
"clear": "pnpm run clear:dist",
"pub:beta": "lerna publish prerelease --preid beta --allow-branch beta",
"pub": "lerna publish"
},
"devDependencies": {
"@types/jest": "29.0.3",
"@types/node": "18.7.18",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.1",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-simple-import-sort": "8.0.0",
"eslint-plugin-unused-imports": "2.0.0",
"jest": "29.0.3",
"jest-in-case": "1.0.2",
"lerna": "7.1.1",
"prettier": "2.7.1",
"publish-scripts": "0.1.0",
"makage": "^0.1.12",
"ts-jest": "29.4.5",
"typescript": "5.8.3"
},
"pnpm": {
"overrides": {
"@chain-registry/types": "0.46.11"
}
},
"repository": {
"type": "git",
"url": "https://github.com/hyperweb-io/cosmos-kit#readme"
}
}