kling-sdk
Version:
Node.js SDK for Kling AI API
48 lines (47 loc) • 1.06 kB
JSON
{
"name": "kling-sdk",
"version": "1.0.0",
"description": "Node.js SDK for Kling AI API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"build:examples": "tsc -p tsconfig.examples.json",
"start:example": "node examples/account.js",
"test": "jest",
"prepublishOnly": "npm run build"
},
"keywords": [
"kling",
"ai",
"sdk",
"api"
],
"author": "",
"license": "MIT",
"dependencies": {
"axios": "^1.6.0",
"jsonwebtoken": "^9.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/jsonwebtoken": "^9.0.0",
"@types/node": "^18.15.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.0",
"typescript": "^5.0.0"
},
"files": [
"dist",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/yourusername/kling-sdk.git"
},
"bugs": {
"url": "https://github.com/yourusername/kling-sdk/issues"
},
"homepage": "https://github.com/yourusername/kling-sdk#readme"
}