UNPKG

@alkalisummer/google-trends-js

Version:
55 lines (54 loc) 1.34 kB
{ "name": "@alkalisummer/google-trends-js", "version": "0.3.7", "description": "Google Trends API for Node.js", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc", "format": "prettier --write \"src/**/*.(js|ts)\"", "lint": "eslint src --ext .js,.ts", "lint:fix": "eslint src --fix --ext .js,.ts", "test": "jest --config jest.config.js", "prepare": "npm run build", "prepublishOnly": "npm test && npm run lint", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags" }, "repository": { "type": "git", "url": "git+https://github.com/alkalisummer/google-trends-js.git" }, "keywords": [ "google trends", "keyword", "google", "trends", "API", "search", "typescript", "npm", "module" ], "author": "alkalisummer", "private": false, "publishConfig": { "access": "public" }, "license": "MIT", "devDependencies": { "@types/jest": "29.5.14", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", "eslint": "8.57.1", "eslint-plugin-jest": "27.9.0", "jest": "29.7.0", "prettier": "2.8.8", "ts-jest": "29.2.5", "typescript": "4.9.5" }, "files": [ "lib/**/*" ] }