UNPKG

hotmart-sdk

Version:

Hotmart SDK for managing membership areas, subscriptions, and students

41 lines 923 B
{ "name": "hotmart-sdk", "version": "1.0.1", "description": "Hotmart SDK for managing membership areas, subscriptions, and students", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "dev": "tsc --watch", "test": "jest", "prepare": "npm run build" }, "keywords": [ "hotmart", "sdk", "membership", "subscriptions", "students", "api" ], "author": "Hotmart", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/kleeedolinux/hotmart-sdk.git" }, "dependencies": { "axios": "^1.6.0" }, "devDependencies": { "@types/node": "^20.10.0", "@typescript-eslint/eslint-plugin": "^6.13.0", "@typescript-eslint/parser": "^6.13.0", "eslint": "^8.54.0", "jest": "^29.7.0", "typescript": "^5.3.0" }, "files": [ "dist/**/*" ] }