UNPKG

@dsottimano/trendspy-js

Version:

ALPHA VERSION: JavaScript port of trendspy - A library for analyzing Google Trends data

48 lines 1.12 kB
{ "name": "@dsottimano/trendspy-js", "version": "0.1.0", "description": "ALPHA VERSION: JavaScript port of trendspy - A library for analyzing Google Trends data", "main": "dist/index.js", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "test": "jest", "build": "babel src -d dist", "prepare": "npm run build", "prepublishOnly": "npm test" }, "keywords": [ "google-trends", "trends", "analytics", "search-trends" ], "author": "David Sottimano", "license": "MIT", "dependencies": { "axios": "^1.6.7", "axios-cookiejar-support": "^5.0.0", "luxon": "^3.4.4", "tough-cookie": "^4.1.3" }, "devDependencies": { "@babel/cli": "^7.23.9", "@babel/core": "^7.24.0", "@babel/preset-env": "^7.24.0", "jest": "^29.7.0" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/dsottimano/trendspy-js.git" }, "bugs": { "url": "https://github.com/dsottimano/trendspy-js/issues" }, "homepage": "https://github.com/dsottimano/trendspy-js#readme" }