-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 807 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "linux-playbook-javascript",
"version": "1.0.0",
"description": "## Why Each time we setup a new linux server, we need to install some software. Instead of manually doing it, we can automate it. This is the purpose of this playbook.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"setup-aws-cli": "zx aws-cli.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/foyzulkarim/linux-playbook-javascript.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/foyzulkarim/linux-playbook-javascript/issues"
},
"homepage": "https://github.com/foyzulkarim/linux-playbook-javascript#readme",
"dependencies": {
"chalk": "^5.2.0",
"zx": "^7.1.1"
}
}