-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.24 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.24 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "@virtualize/osa",
"version": "1.0.0",
"description": "Scalable and unified config across all linux platforms such as mac, linux, and WSL",
"directories": {
"doc": "docs"
},
"scripts": {
"postinstall": "npm run solidarity",
"symlink-repo": "chmod +x src/setup/initialize-repo-symlinks.zsh && src/setup/initialize-repo-symlinks.zsh",
"solidarity": "solidarity --fix",
"fix:snap": "chmod +x ./apps/wsl/fix-snap.sh && ./apps/wsl/fix-snap.sh",
"upgrade:dependencies": "npm-upgrade"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Virtualize/osa.git"
},
"keywords": [
"Config",
"Cross-platform",
"Environment",
"Mac OSX",
"WSL",
"Linux",
"Developer Environment",
"Setup",
"Install",
"Bootstrap",
"shell"
],
"author": "Frederick Engelhardt",
"license": "MIT",
"bugs": {
"url": "https://github.com/FrederickEngelhardt/mac_config/issues"
},
"homepage": "https://github.com/FrederickEngelhardt/mac_config#readme",
"private": true,
"dependencies": {
"chalk": "^4.1.1"
},
"devDependencies": {
"husky": "4.x",
"npm-run-all": "^4.1.5",
"npm-upgrade": "^1.4.1",
"prettier": "^2.3.2",
"solidarity": "3.0.4"
}
}