-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·48 lines (48 loc) · 1.07 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": "fame",
"version": "0.0.117",
"description": "Provides git committer stats via command line.",
"bin": {
"fame": "cli/fame.js"
},
"main": "dist/main.js",
"types": "dist/main.d.ts",
"typings": "dist/main.d.ts",
"scripts": {
"test": "suman test",
"tsc": "tsc",
"postinstall": "assets/postinstall.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ORESoftware/fame.git"
},
"keywords": [
"typescript",
"library",
"skeleton",
"scaffold"
],
"author": "Olegzandr VD",
"license": "SEE LICENSE IN license.md",
"bugs": {
"url": "https://github.com/ORESoftware/fame/issues"
},
"homepage": "https://github.com/ORESoftware/fame#readme",
"devDependencies": {
"@types/async": "^2.0.49",
"@types/node": "12.6.8",
"typescript": "^3.6.4"
},
"dependencies": {
"@oresoftware/cli": "0.0.104",
"async": "^2.6.0",
"chalk": "^2.3.2",
"cli-table": "^0.3.1",
"dashdash": "^1.14.1",
"json-stdio": "0.1.1011"
},
"r2g": {
"test": "echo 'fame is all good'"
}
}