-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
149 lines (149 loc) · 5.02 KB
/
package.json
File metadata and controls
149 lines (149 loc) · 5.02 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"name": "@bitsocial/bitsocial-cli",
"version": "0.19.49",
"description": "Command line interface to Bitsocial API",
"types": "./dist/index.d.ts",
"homepage": "https://github.com/bitsocialnet/bitsocial-cli",
"repository": "git@github.com:bitsocialnet/bitsocial-cli.git",
"author": "Bitsocial Labs",
"license": "GPL-3.0-or-later",
"type": "module",
"publishConfig": {
"access": "public"
},
"exports": null,
"scripts": {
"clean": "rm -rf tmp/",
"build": "tsc --project config/tsconfig.json",
"build:test": "tsc --project config/test.tsconfig.json",
"build:watch": "tsc --watch --project config/tsconfig.json",
"build:test:watch": "tsc --watch --project config/test.tsconfig.json",
"test:cli": "npm run ci:download-web-uis && vitest run --bail 1 --config config/vitest.config.ts",
"commit": "cz",
"prepare": "test -d .git && husky install || true",
"release": "HUSKY=0 release-it --config config/.release-it.json",
"postinstall": "node bin/postinstall.js",
"generate:readme": "oclif readme && sed -i 's@/src/commands/@/src/cli/commands/@g' README.md && sed -i 's@src/commands@src/cli/commands@g' README.md",
"ci:download-web-uis": "node bin/postinstall.js",
"ci:daemon:test-before-release": "node --loader ts-node/esm ci-bin/run-daemon-before-release.ts",
"update-webuis": "node bin/update-webuis.js"
},
"files": [
"/bin",
"/dist",
"!/dist/webuis",
"!/dist/*.tar.gz",
"!/dist/*.tsbuildinfo",
"/npm-shrinkwrap.json",
"/oclif.manifest.json"
],
"bin": {
"bitsocial": "./bin/run"
},
"main": "./dist/index.js",
"oclif": {
"bin": "bitsocial",
"dirname": "bitsocial",
"commands": "./dist/cli/commands",
"topicSeparator": " ",
"plugins": [
"@oclif/plugin-help",
"@oclif/plugin-not-found"
],
"topics": {
"challenge": {
"description": "Manage challenge packages"
},
"community": {
"description": "Access and manage your communities"
},
"update": {
"description": "Check for and install bitsocial CLI updates"
}
},
"hooks": {
"init": [
"./dist/cli/hooks/init/version-hook",
"./dist/cli/hooks/init/banner-hook"
],
"prerun": [
"./dist/cli/hooks/prerun/parse-dynamic-flags-hook"
]
}
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"ts-node": {
"esm": true,
"experimentalSpecifierResolution": "node"
},
"engines": {
"node": ">=22.0.0"
},
"devDependencies": {
"@commitlint/cli": "20.2.0",
"@commitlint/config-conventional": "20.3.1",
"@oclif/test": "4.1.15",
"@release-it/conventional-changelog": "10.0.1",
"@tsconfig/node20": "20.1.2",
"@types/decompress": "4.2.7",
"@types/express": "4.17.21",
"@types/node": "22.19.13",
"@types/prettier": "2.7.1",
"@types/tcp-port-used": "1.0.4",
"@types/ws": "8.18.1",
"commitizen": "4.2.5",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.27.0",
"eslint-config-oclif": "6.0.127",
"eslint-config-oclif-typescript": "3.1.14",
"husky": "8.0.2",
"nodemon": "2.0.20",
"oclif": "4.22.59",
"release-it": "19.2.3",
"shx": "0.3.4",
"sinon": "17.0.1",
"tempy": "1.0.1",
"ts-node": "10.9.2",
"vitest": "4.0.17",
"wait-on": "6.0.1"
},
"dependencies": {
"@bitsocial/bso-resolver": "0.0.6",
"@multiformats/multiaddr": "13.0.1",
"@oclif/core": "4.8.0",
"@oclif/plugin-help": "6.2.36",
"@oclif/plugin-not-found": "3.2.73",
"@oclif/table": "0.5.1",
"@pkcprotocol/pkc-js": "0.0.19",
"dataobject-parser": "1.2.22",
"decompress": "4.2.1",
"env-paths": "2.2.1",
"exit-hook": "4.0.0",
"express": "4.19.2",
"kubo": "0.40.1",
"p-limit": "7.3.0",
"strip-json-comments": "5.0.3",
"tcp-port-used": "1.0.2",
"tslib": "2.6.2",
"typescript": "5.9.3"
},
"overrides": {},
"webuis": [
{
"url": "https://github.com/plebbit/seedit/releases/tag/v0.5.10",
"sha256OfHtmlZip": "fd8b3d6cf3ec93055bac01e2e482ee768ff6d6fe1cdddc12f7bcfa0209122deb"
},
{
"url": "https://github.com/plebbit/plebones/releases/tag/v0.1.27",
"sha256OfHtmlZip": "14653b19e88868fda6fef26601f477947e44251cc52bd95d7d6fec158ae67b6f"
},
{
"url": "https://github.com/bitsocialnet/5chan/releases/tag/v0.7.4",
"sha256OfHtmlZip": "c768bd40a6f9e6c3889d2e57df843e667594974c6f3048357e2b6148aeec3385"
}
]
}