-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 865 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
{
"name": "awesome-br-cli",
"version": "0.6.4",
"description": "CLI para registrar novas postagem em awesome-br",
"bin": {
"awesome-br": "./lib/awesome-br.js"
},
"engines": {
"node": ">=8.9.0"
},
"preferGlobal": true,
"scripts": {
"test": "ava"
},
"keywords": [
"cli",
"awesome",
"awesome-br"
],
"author": "Welkson Ramos <welksonr@hotmail.com>",
"license": "MIT",
"dependencies": {
"inquirer": "^6.2.2",
"path-exists": "^3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/welksonramos/awesome-br-cli.git"
},
"bugs": {
"url": "https://github.com/welksonramos/awesome-br-cli/issues"
},
"homepage": "https://github.com/welksonramos/awesome-br-cli#readme",
"devDependencies": {
"ava": "^1.2.1",
"execa": "^1.0.0",
"update-notifier": "^2.5.0"
}
}