@sargonpiraev/habitify-api-client
Version:
A TypeScript client for the Habitify API with complete type safety and modern developer experience.
80 lines (79 loc) • 2.08 kB
JSON
{
"name": "@sargonpiraev/habitify-api-client",
"version": "1.8.2",
"description": "A TypeScript client for the Habitify API with complete type safety and modern developer experience.",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"type": "module",
"files": [
"build",
"README.md",
"LICENSE"
],
"keywords": [
"api-client",
"typescript",
"sdk",
"habitify",
"habits",
"productivity",
"tracking"
],
"author": {
"name": "Sargon Piraev",
"email": "sargonpiraev@gmail.com",
"url": "https://sargonpiraev.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://gitlab.com/sargonpiraev/habitify-api-client.git"
},
"homepage": "https://gitlab.com/sargonpiraev/habitify-api-client#readme",
"bugs": {
"url": "https://gitlab.com/sargonpiraev/habitify-api-client/issues"
},
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"test": "jest --passWithNoTests --coverage",
"dev": "tsx watch ./src/index.ts",
"build": "tsc -p tsconfig.json",
"lint": "eslint ./src --ext .ts",
"lint:fix": "npm run lint -- --fix",
"format": "prettier --write .",
"format:check": "prettier --check .",
"prepare": "husky",
"commitlint": "commitlint --edit",
"typecheck": "tsc --noEmit",
"audit": "npm audit --omit=dev",
"test:request": "tsx script/test-request.ts"
},
"devDependencies": {
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"@eslint/js": "^9.26.0",
"@semantic-release/gitlab": "^13.2.4",
"@types/node": "^22.15.3",
"dotenv": "^17.0.1",
"eslint": "^9.26.0",
"globals": "^16.0.0",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"prettier": "^3.5.3",
"semantic-release": "^24.2.3",
"ts-jest": "^29.3.2",
"ts-node": "^10.9.2",
"tsx": "^4.19.4",
"typescript": "^5.8.3",
"typescript-eslint": "^8.31.1"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"axios": "^1.9.0"
}
}