forked from atomantic/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 898 Bytes
/
package.json
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
{
"name": "dotfiles",
"version": "5.2.0",
"description": "atomantic dotfiles for macos",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/atomantic/dotfiles.git"
},
"keywords": [
"dotfiles",
"osx",
"macos",
"automation",
"setup",
"developer",
"iterm",
"commandline",
"bootstrap"
],
"author": "Adam Eivy <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/atomantic/dotfiles/issues"
},
"homepage": "https://github.com/atomantic/dotfiles#readme",
"dependencies": {
"async.series": "0.5.2",
"inquirer": "6.2.2",
"node-emoji": "1.10.0",
"snyk": "^1.465.0"
},
"snyk": true
}