not really known
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.

19 lines
436 B

  1. {
  2. "name": "googletrendsgame",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "async": "^2.6.0",
  7. "google-trends-api": "^4.4.0",
  8. "promise": "^8.0.1",
  9. "react": "^16.2.0",
  10. "react-dom": "^16.2.0",
  11. "react-scripts": "1.1.0"
  12. },
  13. "scripts": {
  14. "start": "react-scripts start",
  15. "build": "react-scripts build",
  16. "test": "react-scripts test --env=jsdom",
  17. "eject": "react-scripts eject"
  18. }
  19. }