HATEOAS-first backend framework.
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.1 KiB

  1. {
  2. "name": "yasumi",
  3. "version": "0.0.0",
  4. "files": [
  5. "dist",
  6. "src"
  7. ],
  8. "engines": {
  9. "node": ">=16"
  10. },
  11. "license": "MIT",
  12. "keywords": [
  13. "pridepack"
  14. ],
  15. "devDependencies": {
  16. "@types/negotiator": "^0.6.3",
  17. "@types/node": "^20.11.0",
  18. "pridepack": "2.6.0",
  19. "tslib": "^2.6.2",
  20. "typescript": "^5.3.3",
  21. "vitest": "^1.2.0"
  22. },
  23. "scripts": {
  24. "prepublishOnly": "pridepack clean && pridepack build",
  25. "build": "pridepack build",
  26. "type-check": "pridepack check",
  27. "clean": "pridepack clean",
  28. "watch": "pridepack watch",
  29. "start": "pridepack start",
  30. "dev": "pridepack dev",
  31. "test": "vitest"
  32. },
  33. "private": false,
  34. "description": "HATEOAS-first backend framework",
  35. "repository": {
  36. "url": "",
  37. "type": "git"
  38. },
  39. "homepage": "",
  40. "bugs": {
  41. "url": ""
  42. },
  43. "author": "TheoryOfNekomata <allan.crisostomo@outlook.com>",
  44. "publishConfig": {
  45. "access": "public"
  46. },
  47. "dependencies": {
  48. "inflection": "^3.0.0",
  49. "negotiator": "^0.6.3",
  50. "tsx": "^4.7.1",
  51. "valibot": "^0.30.0"
  52. }
  53. }