20 lines
452 B
JSON
20 lines
452 B
JSON
{
|
|
"name": "tpmjs-executor",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "TPMJS Tool Executor - Deploy your own executor using Vercel Sandbox",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@vercel/sandbox": "^1.1.5",
|
|
"next": "^15.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.0.0",
|
|
"@types/react": "^19.0.0",
|
|
"typescript": "^5.6.0"
|
|
}
|
|
}
|