{
	"name": "hunto-node-sdk",
	"version": "1.2.5",
	"description": "Nodejs sdk for hunto.ai",
	"main": "src/index.js",
	"types": "src/index.d.ts",
	"scripts": {
		"test": "echo \"Error: no test specified\" && exit 1",
		"build": "npm run build:ts",
		"build:ts": "tsc --build tsconfig.json",
		"format": "prettier --write",
		"clean": "tsc --build tsconfig.json --clean",
		"prepublishOnly": "npm run build"
	},
	"keywords": [
		"hunto",
		"sdk",
		"api",
		"client"
	],
	"author": "TIKAJ Technologies",
	"license": "ISC",
	"dependencies": {
		"axios": "latest",
		"form-data": "latest"
	},
	"devDependencies": {
		"@types/node": "latest",
		"prettier": "latest",
		"typescript": "latest"
	}
}
