@shaivpidadi/trends-js
Version:
Google Trends API for Node.js
43 lines • 1.04 kB
JSON
{
"name": "@shaivpidadi/trends-js",
"version": "0.0.0-beta.7",
"description": "Google Trends API for Node.js",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
"exports": {
".": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts"
}
},
"files": [
"dist"
],
"scripts": {
"build": "npm run build:esm && npm run build:cjs",
"build:esm": "tsc -p tsconfig.json --outDir dist/esm",
"build:cjs": "tsc -p tsconfig.json --outDir dist/cjs --module commonjs",
"test": "jest",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Shaivpidadi/trends-js.git"
},
"keywords": [
"google-trends",
"api",
"typescript"
],
"author": "",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/node": "^20.0.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.0"
}
}