Serialize and deserialize data.
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.

55 lines
1.3 KiB

  1. {
  2. "name": "oatmeal-fastify",
  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. "fastify": "^4.12.0",
  20. "pridepack": "2.4.4",
  21. "tslib": "^2.5.0",
  22. "typescript": "^4.9.5",
  23. "vitest": "^0.28.1"
  24. },
  25. "dependencies": {
  26. "@modal-sh/oatmeal-core": "file:../core",
  27. "fastify-plugin": "^4.5.0"
  28. },
  29. "scripts": {
  30. "prepublishOnly": "pridepack clean && pridepack build",
  31. "build": "pridepack build",
  32. "type-check": "pridepack check",
  33. "lint": "pridepack lint",
  34. "clean": "pridepack clean",
  35. "watch": "pridepack watch",
  36. "start": "pridepack start",
  37. "dev": "pridepack dev",
  38. "test": "vitest"
  39. },
  40. "private": false,
  41. "description": "Serialize and deserialize data.",
  42. "repository": {
  43. "url": "https://code.modal.sh/modal-soft/oatmeal-core",
  44. "type": "git"
  45. },
  46. "homepage": "https://code.modal.sh/modal-soft/oatmeal-core",
  47. "bugs": {
  48. "url": "https://code.modal.sh/modal-soft/oatmeal-core/issues"
  49. },
  50. "author": "TheoryOfNekomata <allan.crisostomo@outlook.com>",
  51. "publishConfig": {
  52. "access": "public"
  53. }
  54. }