package.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. {
  2. "name": "@joystream/cli",
  3. "description": "Command Line Interface for Joystream community and governance activities",
  4. "version": "0.5.1",
  5. "author": "Leszek Wiesner",
  6. "bin": {
  7. "joystream-cli": "./bin/run"
  8. },
  9. "bugs": "https://github.com/Joystream/joystream/issues",
  10. "dependencies": {
  11. "@apidevtools/json-schema-ref-parser": "^9.0.6",
  12. "@ffprobe-installer/ffprobe": "^1.1.0",
  13. "@joystream/content-metadata-protobuf": "^1.1.0",
  14. "@joystream/types": "^0.16.1",
  15. "@oclif/command": "^1.5.19",
  16. "@oclif/config": "^1.14.0",
  17. "@oclif/plugin-autocomplete": "^0.2.0",
  18. "@oclif/plugin-help": "^3.2.2",
  19. "@oclif/plugin-not-found": "^1.2.4",
  20. "@oclif/plugin-warn-if-update-available": "^1.7.0",
  21. "@polkadot/api": "4.2.1",
  22. "@types/cli-progress": "^3.9.1",
  23. "@types/fluent-ffmpeg": "^2.1.16",
  24. "@types/inquirer": "^6.5.0",
  25. "@types/mime-types": "^2.1.0",
  26. "@types/proper-lockfile": "^4.1.1",
  27. "@types/slug": "^0.9.1",
  28. "ajv": "^6.11.0",
  29. "axios": "^0.21.1",
  30. "cli-progress": "^3.9.0",
  31. "cli-ux": "^5.4.5",
  32. "fluent-ffmpeg": "^2.1.2",
  33. "inquirer": "^7.1.0",
  34. "inquirer-datepicker-prompt": "^0.4.2",
  35. "ipfs-http-client": "^47.0.1",
  36. "ipfs-only-hash": "^1.0.2",
  37. "it-all": "^1.0.4",
  38. "it-drain": "^1.0.3",
  39. "it-first": "^1.0.4",
  40. "it-last": "^1.0.4",
  41. "it-to-buffer": "^1.0.4",
  42. "mime-types": "^2.1.30",
  43. "moment": "^2.24.0",
  44. "proper-lockfile": "^4.1.1",
  45. "slug": "^2.1.1",
  46. "tslib": "^1.11.1"
  47. },
  48. "devDependencies": {
  49. "@oclif/dev-cli": "^1.22.2",
  50. "@oclif/test": "^1.2.5",
  51. "@polkadot/ts": "^0.3.62",
  52. "@types/chai": "^4.2.11",
  53. "@types/mocha": "^5.2.7",
  54. "@types/node": "^10.17.18",
  55. "chai": "^4.2.0",
  56. "eslint": "^7.6.0",
  57. "eslint-config-oclif": "^3.1.0",
  58. "eslint-config-oclif-typescript": "^0.1.0",
  59. "globby": "^10.0.2",
  60. "json-schema-to-typescript": "^9.1.1",
  61. "mocha": "^5.2.0",
  62. "nyc": "^14.1.1",
  63. "ts-node": "^8.8.2",
  64. "typescript": "^3.8.3"
  65. },
  66. "engines": {
  67. "node": ">=14.0.0",
  68. "yarn": "^1.22.0"
  69. },
  70. "publishConfig": {
  71. "access": "public",
  72. "registry": "https://registry.npmjs.org"
  73. },
  74. "files": [
  75. "/bin",
  76. "/lib",
  77. "/npm-shrinkwrap.json",
  78. "/oclif.manifest.json"
  79. ],
  80. "homepage": "https://github.com/Joystream/joystream/blob/master/cli",
  81. "keywords": [
  82. "oclif"
  83. ],
  84. "license": "GPL-3.0-only",
  85. "main": "lib/index.js",
  86. "oclif": {
  87. "repositoryPrefix": "<%- repo %>/blob/master/cli/<%- commandPath %>",
  88. "commands": "./lib/commands",
  89. "bin": "joystream-cli",
  90. "plugins": [
  91. "@oclif/plugin-help",
  92. "@oclif/plugin-autocomplete",
  93. "@oclif/plugin-not-found",
  94. "@oclif/plugin-warn-if-update-available"
  95. ],
  96. "topics": {
  97. "council": {
  98. "description": "Council-related information and activities like voting, becoming part of the council etc."
  99. },
  100. "account": {
  101. "description": "Accounts management - create, import or switch currently used account"
  102. },
  103. "api": {
  104. "description": "Inspect the substrate node api, perform lower-level api calls or change the current api provider uri"
  105. },
  106. "working-groups": {
  107. "description": "Working group lead and worker actions"
  108. },
  109. "content": {
  110. "description": "Interactions with content directory module - managing vidoes, channels, assets, categories and curator groups"
  111. }
  112. }
  113. },
  114. "repository": {
  115. "type": "git",
  116. "url": "https://github.com/Joystream/joystream",
  117. "directory": "cli"
  118. },
  119. "scripts": {
  120. "postpack": "rm -f oclif.manifest.json",
  121. "posttest": "yarn lint",
  122. "prepack": "rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme",
  123. "test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
  124. "build": "tsc --build tsconfig.json",
  125. "version": "oclif-dev readme && git add README.md",
  126. "lint": "eslint ./src --ext .ts",
  127. "checks": "tsc --noEmit --pretty && prettier ./ --check && yarn lint",
  128. "format": "prettier ./ --write",
  129. "generate:schema-typings": "rm -rf ./src/json-schemas/typings && json2ts -i ./src/json-schemas/ -o ./src/json-schemas/typings/"
  130. },
  131. "types": "lib/index.d.ts",
  132. "volta": {
  133. "node": "14.16.1",
  134. "yarn": "1.22.4"
  135. }
  136. }