-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.08 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.08 KB
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
26
27
28
29
30
31
32
33
34
{
"name": "ultimate-ubuntu-setup-for-web-developers",
"version": "1.0.4",
"description": "This script setup tool has various set of programs that can be useful to a web developer while switching from windows to ubuntu, very useful for beginners as well as advanced level ubuntu users.",
"keywords": [
"shellscript",
"setup",
"ubuntu",
"full-setup",
"easy-install",
"lazy-script"
],
"homepage": "https://github.com/sudsarkar13/Ultimate-Ubuntu-Setup-for-Web-Developers#readme",
"bugs": {
"url": "https://github.com/sudsarkar13/Ultimate-Ubuntu-Setup-for-Web-Developers/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sudsarkar13/Ultimate-Ubuntu-Setup-for-Web-Developers.git"
},
"license": "ISC",
"author": "Sudeepta Sarkar",
"type": "module",
"main": "Installer_Script.sh",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write **/*.sh"
},
"devDependencies": {
"prettier": "^3.5.3",
"prettier-plugin-sh": "^0.17.2"
},
"packageManager": "yarn@4.9.1"
}