-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 826 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 826 Bytes
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
{
"name": "@teedmaker/cli",
"version": "0.1.7",
"description": "A tool to help in development",
"main": "main.js",
"scripts": {
"tmk": "./bin/tmk"
},
"bin": {
"tmk": "./bin/tmk"
},
"files": [
"bin"
],
"repository": {
"type": "git",
"url": "git+https://github.com/teedmaker/cli.git"
},
"keywords": [
"cli",
"development",
"help",
"tool"
],
"author": {
"name": "Tadeu Barbosa",
"email": "tadeufbarbosa@gmail.com",
"url": "https://github.com/tadeubarbosa"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/teedmaker/cli/issues"
},
"homepage": "https://github.com/teedmaker/cli#readme",
"dependencies": {
"fs-extra": "^8.0.1",
"meow": "^5.0.0",
"ora": "^3.4.0"
},
"publishConfig": {
"access": "public"
}
}