UNPKG

line-sticker-downloader

Version:

Tool that downloads stickers or emojis from the LINE store

44 lines (43 loc) 910 B
{ "name": "line-sticker-downloader", "description": "Tool that downloads stickers or emojis from the LINE store", "version": "1.2.1", "author": "Suchipi <me@suchipi.com>", "repository": "suchipi/line-sticker-downloader", "license": "MIT", "main": "index.js", "bin": "cli.js", "files": [ "cli.js", "index.js", "README.md", "package.json", "parseArgv.js", "LICENSE" ], "keywords": [ "line", "sticker", "emoji", "download", "script", "batch", "save" ], "dependencies": { "apng2gif": "1.7.0", "chalk": "2.4.1", "image-downloader": "3.4.2", "make-dir": "1.3.0", "ora": "3.0.0", "puppeteer": "19.2.2", "rimraf": "2.6.3", "yargs": "12.0.5" }, "devDependencies": { "eslint": "^5.10.0", "eslint-config-unobtrusive": "^1.2.2", "eslint-plugin-import": "^2.14.0", "prettier": "^1.15.3" } }