seedance-video-sdk
Version:
Seedance AI Video Generation SDK - Create professional videos from text and images using ByteDance's advanced AI technology
84 lines (83 loc) • 1.97 kB
JSON
{
"name": "seedance-video-sdk",
"version": "1.0.1",
"description": "Seedance AI Video Generation SDK - Create professional videos from text and images using ByteDance's advanced AI technology",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint src --ext .ts,.tsx",
"lint:fix": "eslint src --ext .ts,.tsx --fix",
"typecheck": "tsc --noEmit",
"prepublishOnly": "npm run build"
},
"keywords": [
"seedance",
"ai-video",
"video-generation",
"text-to-video",
"image-to-video",
"ai",
"bytedance",
"video-ai",
"artificial-intelligence",
"video-creation",
"content-generation",
"multimedia",
"sdk",
"api-client",
"typescript",
"react",
"nextjs"
],
"author": {
"name": "Seedance Studio",
"url": "https://seedance.studio"
},
"license": "MIT",
"homepage": "https://seedance.studio",
"engines": {
"node": ">=16.0.0"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"peerDependenciesMeta": {
"react": {
"optional": true
},
"react-dom": {
"optional": true
}
},
"dependencies": {
"axios": "^1.6.0",
"form-data": "^4.0.0"
},
"devDependencies": {
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/jest": "^29.5.0",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"eslint": "8.57.0",
"jest": "^29.7.0",
"rollup": "^4.9.0",
"@rollup/plugin-typescript": "^11.1.0",
"@rollup/plugin-node-resolve": "^15.2.0",
"@rollup/plugin-commonjs": "^25.0.7",
"rollup-plugin-peer-deps-external": "^2.2.4",
"typescript": "5.4.5",
"ts-jest": "^29.1.0"
}
}