@trendmoon/api-client
Version:
Official TypeScript client for Trendmoon API
53 lines • 1.34 kB
JSON
{
"name": "@trendmoon/api-client",
"version": "0.1.0",
"description": "Official TypeScript client for Trendmoon API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc -p tsconfig.json",
"clean": "rm -rf dist",
"prepare": "npm run build",
"test": "vitest --config vitest.config.ts",
"test:coverage": "vitest run --coverage --config vitest.config.ts",
"test:run": "vitest run --config vitest.config.ts",
"test:watch": "vitest --watch --config vitest.config.ts",
"dev": "tsc --watch"
},
"files": [
"dist/**/*",
"README.md"
],
"keywords": [
"trendmoon",
"api",
"client",
"typescript",
"sdk"
],
"author": "",
"license": "ISC",
"dependencies": {
"node-fetch": "^2.7.0",
"dotenv": "^16.0.0",
"zod": "^3.22.0"
},
"devDependencies": {
"typescript": "^5.0.0",
"vitest": "^1.0.0",
"@vitest/coverage-v8": "^1.0.0",
"@types/node": "^20.0.0",
"@types/node-fetch": "^2.6.4"
},
"engines": {
"node": ">=16.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Trend-Spotter/trendmoon-api-client.git"
},
"bugs": {
"url": "https://github.com/Trend-Spotter/trendmoon-api-client/issues"
},
"homepage": "https://github.com/Trend-Spotter/trendmoon-api-client"
}