itmsg_automation
Version:
This is RESTful API web server with Ansible. You can execute Ansible ADHOC, Playbook using this API server. If you want to give me a feedback, Please leave a comment on 'Github Repository > Discussions'!
63 lines (62 loc) • 1.35 kB
JSON
{
"name": "itmsg_automation",
"version": "1.4.6",
"keywords": [
"Automation",
"Ansible",
"RESTful API",
"Express.JS",
"PostgreSQL"
],
"repository": {
"type": "git",
"url": "https://github.com/DevMyungyun/ansible-api-server"
},
"private": false,
"scripts": {
"start": "node ./bin/automation.js",
"build": "pkg . --out-path dist --targets node12-linux-x64 ",
"test": "mocha"
},
"bin": {
"automation": "./bin/automation.js"
},
"pkg": {
"scripts": "build/**/*.js",
"assets": [
"views/**/*",
"public/js/*.js"
]
},
"author": {
"name": "Myung Yun",
"email": "myungyuncho82@gmail.com"
},
"contributors": {
"name": "blueseam",
"email": "blueseam@gmail.com"
},
"license": "Apache-2.0",
"dependencies": {
"cookie-parser": "^1.4.3",
"cors": "^2.8.5",
"debug": "~2.6.9",
"ejs": "~2.5.7",
"express": "~4.16.0",
"helmet": "^5.0.2",
"http-errors": "~1.6.2",
"morgan": "~1.9.0",
"node-rsa": "^1.0.1",
"pg": "^7.5.0",
"pg-format": "^1.0.4",
"rimraf": "^2.6.3",
"yargs": "^17.4.0"
},
"devDependencies": {
"mocha": "^9.2.2",
"nodemon": "^2.0.15",
"pkg": "^4.4.8",
"should": "^13.2.3",
"supertest": "^6.2.2"
}
}