-
Notifications
You must be signed in to change notification settings - Fork 115
/
package.json
177 lines (177 loc) · 5.81 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
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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
{
"name": "@joystream/cli",
"description": "Command Line Interface for Joystream community and governance activities",
"version": "1.5.2",
"author": "Leszek Wiesner",
"bin": {
"joystream-cli": "./bin/run"
},
"bugs": "https://github.com/Joystream/joystream/issues",
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^9.0.6",
"@apollo/client": "^3.3.13",
"@ffprobe-installer/ffprobe": "^1.4.1",
"@oclif/command": "^1.5.19",
"@oclif/config": "^1.14.0",
"@oclif/plugin-autocomplete": "^0.2.0",
"@oclif/plugin-help": "^3.2.2",
"@oclif/plugin-not-found": "^1.2.4",
"@oclif/plugin-warn-if-update-available": "^1.7.0",
"@polkadot/api": "10.7.1",
"@polkadot/types": "10.7.1",
"@polkadot/keyring": "12.6.2",
"@polkadot/util": "12.6.2",
"@polkadot/util-crypto": "12.6.2",
"@substrate/txwrapper-core": "6.0.1",
"@substrate/txwrapper-substrate": "6.0.1",
"@substrate/txwrapper-polkadot": "6.0.1",
"@types/cli-progress": "^3.9.1",
"@types/fluent-ffmpeg": "^2.1.16",
"@types/inquirer": "^6.5.0",
"@types/mime-types": "^2.1.0",
"@types/proper-lockfile": "^4.1.1",
"@types/slug": "^0.9.1",
"ajv": "^8.0.0",
"axios": "^0.21.1",
"blake3-wasm": "^2.1.5",
"chalk": "^4.1.2",
"cli-progress": "^3.9.0",
"cli-ux": "^5.4.5",
"cross-fetch": "^3.0.6",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.0",
"graphql": "^15.3.0",
"graphql-tag": "^2.12.6",
"inquirer": "^7.1.0",
"inquirer-datepicker-prompt": "^0.4.2",
"ipfs-http-client": "^47.0.1",
"ipfs-only-hash": "^1.0.2",
"it-all": "^1.0.4",
"it-drain": "^1.0.3",
"it-first": "^1.0.4",
"it-last": "^1.0.4",
"it-to-buffer": "^1.0.4",
"mime-types": "^2.1.30",
"moment": "^2.24.0",
"multihashes": "^4.0.3",
"proper-lockfile": "^4.1.1",
"slug": "^2.1.1",
"tslib": "^1.11.1",
"@joystream/js": "^1.12.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^1.21.4",
"@graphql-codegen/import-types-preset": "^1.18.1",
"@graphql-codegen/typescript": "^1.22.0",
"@graphql-codegen/typescript-document-nodes": "^2.2.11",
"@graphql-codegen/typescript-operations": "^1.17.16",
"@oclif/dev-cli": "^1.22.2",
"@oclif/test": "^1.2.5",
"@types/chai": "^4.2.11",
"@types/mocha": "^5.2.7",
"@types/node": "^18.6.0",
"chai": "^4.2.0",
"eslint": "^7.6.0",
"eslint-config-oclif": "^3.1.0",
"eslint-config-oclif-typescript": "^0.1.0",
"globby": "^10.0.2",
"json-schema-to-typescript": "^10.1.4",
"mocha": "^5.2.0",
"nyc": "^14.1.1",
"ts-node": "^10.2.1",
"typescript": "^5.0.2"
},
"engines": {
"node": ">=14.18.0",
"yarn": "^1.22.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"files": [
"/bin",
"/lib",
"/npm-shrinkwrap.json",
"/oclif.manifest.json"
],
"homepage": "https://github.com/Joystream/joystream/blob/master/cli",
"keywords": [
"oclif"
],
"license": "GPL-3.0-only",
"main": "lib/index.js",
"oclif": {
"repositoryPrefix": "<%- repo %>/blob/master/cli/<%- commandPath %>",
"commands": "./lib/commands",
"bin": "joystream-cli",
"plugins": [
"@oclif/plugin-help",
"@oclif/plugin-autocomplete",
"@oclif/plugin-not-found",
"@oclif/plugin-warn-if-update-available"
],
"topics": {
"account": {
"description": "Accounts management - create, import or switch currently used account"
},
"api": {
"description": "Inspect the substrate node api, perform lower-level api calls or change the current api provider uri"
},
"apps": {
"description": "Commands for creating and updating a metaprotocol App entity"
},
"working-groups": {
"description": "Working group lead and worker actions"
},
"content": {
"description": "Interactions with content directory module - managing vidoes, channels, assets, categories and curator groups"
},
"membership": {
"description": "Membership management - buy a new membership, update membership, manage membership keys"
},
"forum": {
"description": "Forum working group activities (moderation, category management)"
},
"staking": {
"description": "Staking and validation commands"
},
"fee-profile": {
"description": "Commands for generating the fee profiles of some common extrinsics"
},
"advanced-transactions": {
"description": "Commands for constructing (unsigned) transactions online, which can be signed with 'sign-offline'"
},
"sign-offline": {
"description": "Sign unsigned transactions, created with 'advanced-transactions', offline"
},
"util": {
"description": "General Joystream utilities"
}
}
},
"repository": {
"type": "git",
"url": "https://github.com/Joystream/joystream",
"directory": "cli"
},
"scripts": {
"postpack": "rm -f oclif.manifest.json",
"posttest": "yarn lint",
"prepack": "yarn build && oclif-dev manifest && oclif-dev readme",
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
"build": "rm -rf lib && yarn generate:all && tsc --build tsconfig.json",
"version": "oclif-dev readme && git add README.md",
"lint": "eslint ./src --ext .ts",
"checks": "tsc --noEmit --pretty && prettier ./ --check && yarn lint",
"format": "prettier ./ --write",
"generate:schema-typings": "rm -rf ./src/schemas/typings && json2ts -i ./src/schemas/json/ -o ./src/schemas/typings/ && yarn format",
"generate:graphql-typings": "graphql-codegen",
"generate:all": "yarn generate:schema-typings && yarn generate:graphql-typings"
},
"types": "lib/index.d.ts",
"volta": {
"node": "18.6.0",
"yarn": "1.22.19"
}
}