Tools for learning Japanese.
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.

54 lines
1.3 KiB

  1. {
  2. "name": "@modal-sh/murasaki-web-api",
  3. "version": "0.0.0",
  4. "files": [
  5. "dist",
  6. "src"
  7. ],
  8. "engines": {
  9. "node": ">=12"
  10. },
  11. "license": "MIT",
  12. "keywords": [
  13. "pridepack"
  14. ],
  15. "devDependencies": {
  16. "@types/node": "^18.14.1",
  17. "eslint": "^8.35.0",
  18. "eslint-config-lxsmnsyc": "^0.5.0",
  19. "pridepack": "2.4.4",
  20. "tslib": "^2.5.0",
  21. "typescript": "^4.9.5",
  22. "vitest": "^0.28.1"
  23. },
  24. "dependencies": {
  25. "fastify": "^4.12.0",
  26. "@modal-sh/murasaki-core": "link:../core"
  27. },
  28. "scripts": {
  29. "prepublishOnly": "pridepack clean && pridepack build",
  30. "build": "pridepack build",
  31. "type-check": "pridepack check",
  32. "lint": "pridepack lint",
  33. "clean": "pridepack clean",
  34. "watch": "pridepack watch",
  35. "start": "pridepack start",
  36. "dev": "pridepack dev",
  37. "test": "vitest"
  38. },
  39. "private": false,
  40. "description": "Tools for learning Japanese.",
  41. "repository": {
  42. "url": "https://code.modal.sh/modal-soft/murasaki-web-api",
  43. "type": "git"
  44. },
  45. "homepage": "https://code.modal.sh/modal-soft/murasaki-web-api",
  46. "bugs": {
  47. "url": "https://code.modal.sh/modal-soft/murasaki-web-api/issues"
  48. },
  49. "author": "TheoryOfNekomata <allan.crisostomo@outlook.com>",
  50. "publishConfig": {
  51. "access": "public"
  52. }
  53. }