@byteraven/screening-ai
Version:
A TypeScript SDK for the Screening AI API
33 lines (32 loc) • 727 B
JSON
{
"name": "@byteraven/screening-ai",
"version": "0.1.2",
"description": "A TypeScript SDK for the Screening AI API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "echo 'No tests yet'"
},
"repository": {
"type": "git",
"url": "https://github.com/Resumepal/screening_ai_node"
},
"bugs": {
"url": "https://github.com/Resumepal/screening_ai_node/issues"
},
"homepage": "https://github.com/Resumepal/screening_ai_node#readme",
"keywords": [
"screening",
"ai",
"api"
],
"author": "akshit@byteraven.ai",
"license": "MIT",
"dependencies": {
"axios": "^1.5.0"
},
"devDependencies": {
"typescript": "^5.0.0"
}
}