| 123456789101112131415161718192021222324252627 |
- {
- "name": "vimeo-ripper-test",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "start:lambda": "netlify-lambda serve src/lambda",
- "build:lambda": "netlify-lambda build src/lambda"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/6a/vimeo-ripper.git"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "bugs": {
- "url": "https://github.com/6a/vimeo-ripper/issues"
- },
- "homepage": "https://github.com/6a/vimeo-ripper#readme",
- "dependencies": {
- "axios": "^0.18.0",
- "netlify-lambda": "^1.0.3",
- "node-fetch": "^2.3.0"
- }
- }
|