package.json•706 B
{
"name": "runway-api-mcp-server",
"version": "1.0.0",
"type": "module",
"main": "index.js",
"bin": {
"runway-api-mcp-server": "./build/index.js"
},
"scripts": {
"start": "tsx src/index.ts",
"build": "tsc && chmod 755 build/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"build"
],
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.1",
"dotenv": "^16.5.0",
"node-fetch": "^3.3.2",
"zod": "^3.25.63"
},
"devDependencies": {
"@types/node": "^24.0.1",
"ts-node": "^10.9.2",
"tsx": "^4.7.1",
"typescript": "^5.8.3"
}
}