Many-in-one AI client.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

58 rivejä
1.2 KiB

  1. {
  2. "name": "cli",
  3. "version": "0.0.0",
  4. "files": [
  5. "dist",
  6. "src"
  7. ],
  8. "engines": {
  9. "node": ">=12"
  10. },
  11. "keywords": [
  12. "pridepack"
  13. ],
  14. "devDependencies": {
  15. "@types/node": "^18.14.1",
  16. "@types/yargs": "^17.0.24",
  17. "eslint": "^8.35.0",
  18. "eslint-config-lxsmnsyc": "^0.5.0",
  19. "fetch-ponyfill": "^7.1.0",
  20. "handlebars": "^4.7.7",
  21. "pridepack": "2.4.4",
  22. "tslib": "^2.5.0",
  23. "typescript": "^4.9.5",
  24. "vitest": "^0.28.1"
  25. },
  26. "scripts": {
  27. "prepublishOnly": "pridepack clean && pridepack build",
  28. "build": "pridepack build",
  29. "type-check": "pridepack check",
  30. "lint": "pridepack lint",
  31. "clean": "pridepack clean",
  32. "watch": "pridepack watch",
  33. "start": "pridepack start",
  34. "dev": "pridepack dev",
  35. "test": "vitest"
  36. },
  37. "private": true,
  38. "description": "Example CLI app for mio-ai",
  39. "repository": {
  40. "url": "",
  41. "type": "git"
  42. },
  43. "homepage": "",
  44. "bugs": {
  45. "url": ""
  46. },
  47. "author": "TheoryOfNekomata <allan.crisostomo@outlook.com>",
  48. "publishConfig": {
  49. "access": "restricted"
  50. },
  51. "alias": {
  52. "@modal-sh/mio-ai": "../../src"
  53. },
  54. "dependencies": {
  55. "yargs": "^17.7.1"
  56. }
  57. }