tarta-api
Version:
A JavaScript wrapper for the Tarta API, enabling seamless AI-powered job search integration for Node.js and browser-based projects.
29 lines • 824 B
JSON
{
"name": "tarta-api",
"version": "1.0.1",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["tarta-api", "job-api", "job-search", "typescript"],
"author": "tarta.ai <taras@tarta.ai>",
"license": "MIT",
"description": "A JavaScript wrapper for the Tarta API, enabling seamless AI-powered job search integration for Node.js and browser-based projects.",
"repository": {
"type": "git",
"url": "https://github.com/tarta-ai/TartaAPI-js"
},
"bugs": {
"url": "https://github.com/tarta-ai/TartaAPI-js/issues"
},
"homepage": "https://tarta.ai/",
"dependencies": {
"axios": "^1.8.1"
},
"devDependencies": {
"@types/axios": "^0.14.4",
"@types/node": "^22.13.9",
"typescript": "^5.8.2"
}
}