package.json 678 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "vimeo-ripper-test",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "start:lambda": "netlify-lambda serve src/lambda",
  9. "build:lambda": "netlify-lambda build src/lambda"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "git+https://github.com/6a/vimeo-ripper.git"
  14. },
  15. "keywords": [],
  16. "author": "",
  17. "license": "ISC",
  18. "bugs": {
  19. "url": "https://github.com/6a/vimeo-ripper/issues"
  20. },
  21. "homepage": "https://github.com/6a/vimeo-ripper#readme",
  22. "dependencies": {
  23. "axios": "^0.18.0",
  24. "netlify-lambda": "^1.0.3",
  25. "node-fetch": "^2.3.0"
  26. }
  27. }