Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. {
  2. "//1": "describes your app and its dependencies",
  3. "//2": "https://docs.npmjs.com/files/package.json",
  4. "//3": "updating this file will download and update your packages",
  5. "name": "hello-sqlite",
  6. "version": "0.0.1",
  7. "description": "A simple Node app with SQLite as a database management system, instantly up and running.",
  8. "main": "bot.js",
  9. "scripts": {
  10. "start": "node bot.js"
  11. },
  12. "dependencies": {
  13. "cows": "^2.1.0",
  14. "cpu-stat": "^2.0.1",
  15. "discord.js": "^11.5.1",
  16. "express": "^4.16.3",
  17. "ffmpeg": "0.0.4",
  18. "ffmpeg-binaries": "^4.0.0",
  19. "ffplay": "^1.1.0",
  20. "ffprobe": "^1.1.0",
  21. "moment": "^2.24.0",
  22. "mysql": "^2.17.1",
  23. "node-opus": "^0.3.2",
  24. "opusscript": "0.0.7",
  25. "random-number": "0.0.9",
  26. "simple-youtube-api": "^5.2.1",
  27. "snekfetch": "^4.0.4",
  28. "sqlite3": "^4.1.0",
  29. "urban": "^0.3.2",
  30. "util": "^0.12.1",
  31. "ytdl-core": "^0.29.7"
  32. },
  33. "engines": {
  34. "node": "8.x"
  35. },
  36. "repository": {
  37. "url": "https://glitch.com/edit/#!/hello-sqlite"
  38. },
  39. "license": "MIT",
  40. "keywords": [
  41. "node",
  42. "glitch",
  43. "express"
  44. ]
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement