package.json 555 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "fmode-tikhub-api-customize",
  3. "version": "0.0.3",
  4. "description": "TikHub API Module for Node.js",
  5. "main": "dist/mod.js",
  6. "types": "dist/mod.d.ts",
  7. "scripts": {
  8. "build": "bash build.sh",
  9. "upload": "bash upload.sh",
  10. "test": "echo \"No tests yet\""
  11. },
  12. "keywords": [
  13. "tikhub",
  14. "tiktok",
  15. "fmode"
  16. ],
  17. "author": "fmode team",
  18. "license": "MIT",
  19. "dependencies": {
  20. "axios": "^1.6.0",
  21. "express": "^4.18.2"
  22. },
  23. "devDependencies": {
  24. "@types/express": "^5.0.0",
  25. "@types/node": "^20.0.0"
  26. }
  27. }