-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.11 KB
/
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
41
42
43
44
45
46
47
48
{
"name": "octosecret",
"version": "0.1.2",
"description": "",
"main": "src/index.js",
"bin": {
"octosecret": "src/index.js"
},
"repository": "hugorodrigues/octosecret",
"author": {
"name": "Hugo Rodrigues",
"email": "[email protected]",
"url": "https://www.hugorodrigues.com"
},
"scripts": {
"lint": "standard | snazzy",
"lint:fix": "standard --fix | snazzy",
"test": "npm run lint ; jest",
"release": "np"
},
"engines": {
"node": "~9.5.0"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/hugorodrigues/octosecret/issues"
},
"homepage": "https://github.com/hugorodrigues/octosecret#readme",
"dependencies": {
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",
"chalk": "^2.3.1",
"get-stdin": "^5.0.1",
"got": "^8.2.0",
"inquirer": "^5.1.0",
"meow": "^4.0.0",
"octosecret-crypto": "^0.3.0",
"word-wrap": "^1.2.3"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"jest": "^22.3.0",
"np": "^2.20.1",
"snazzy": "^7.0.0",
"standard": "^11.0.0"
}
}