Content is user-generated and unverified.
{ "name": "tonymoly-instagram-analysis", "version": "1.0.0", "description": "토니모리 올인원 안티에이징 에센스 인스타그램 포스트 스크래핑 및 분석 시스템", "main": "index.js", "scripts": { "scrape": "node instagram-scraper.js", "analyze": "node analysis-script.js", "full": "node instagram-scraper.js && node analysis-script.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "instagram", "scraping", "apify", "analysis", "marketing", "tonymoly", "cosmetics", "google-sheets" ], "author": "", "license": "MIT", "dependencies": { "apify": "^3.1.4", "dotenv": "^16.3.1", "fs-extra": "^11.1.1", "google-auth-library": "^9.0.0", "googleapis": "^126.0.1" }, "engines": { "node": ">=14.0.0" } }
Content is user-generated and unverified.
    package.json | Claude