123456789101112131415 |
- {
- "name": "line_stickers_dump",
- "version": "1.0.0",
- "description": "Dump Line stickers from a given URL",
- "main": "lsdump.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "Tone",
- "license": "ISC",
- "dependencies": {
- "cheerio": "^0.22.0",
- "request": "^2.75.0"
- }
- }
|