-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 927 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": "@globant/nodeschool-helper",
"version": "1.0.2",
"description": "CLI helper for the Globant Nodeschool workshops",
"main": "index.js",
"bin": {
"globant-nodeschool": "bin/cli.js"
},
"scripts": {
"test": "npm run lint",
"lint": "standard",
"lint:fix": "standard --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/globant-ui/nodeschool-helper.git"
},
"author": "Gerson Niño <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/globant-ui/nodeschool-helper/issues"
},
"homepage": "https://github.com/globant-ui/nodeschool-helper#readme",
"dependencies": {
"enquirer": "^2.3.0",
"meow": "^5.0.0",
"opn": "^5.5.0",
"update-notifier": "^2.5.0"
},
"devDependencies": {
"standard": "^12.0.1"
},
"keywords": [
"nodeschool",
"globant",
"meow",
"cli",
"helper"
]
}