mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
26 lines
624 B
JSON
26 lines
624 B
JSON
{
|
|
"name": "script-runner",
|
|
"version": "1.0.0",
|
|
"description": "automation script runner",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"dev": "nodemon index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Augustine",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^0.21.1",
|
|
"body-parser": "^1.19.0",
|
|
"cors": "^2.8.5",
|
|
"custom-env": "^2.0.1",
|
|
"express": "^4.17.1",
|
|
"request": "^2.88.2",
|
|
"vm2": "^3.9.3"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.7"
|
|
}
|
|
}
|