@testdog/ai
Version:
SDK for integrating the Testdog AI Video Intelligence API
41 lines • 922 B
JSON
{
"name": "@testdog/ai",
"version": "0.1.3",
"description": "SDK for integrating the Testdog AI Video Intelligence API",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts",
"dev": "tsup src/index.ts --format cjs,esm --dts --watch",
"lint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ai",
"video",
"video-analytics",
"intelligence",
"sdk"
],
"author": "",
"license": "MIT",
"devDependencies": {
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20.14.13",
"eslint": "^9.8.0",
"tsup": "^8.2.3",
"typescript": "^5.5.4"
},
"dependencies": {
"axios": "^1.7.2",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^4.0.0"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
}
}