-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
50 lines (50 loc) · 933 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
41
42
43
44
45
46
47
48
49
50
{
"name": "popular-package",
"version": "1.0.1",
"author": {
"name": "Ajay Narain Mathur",
"email": "[email protected]"
},
"main": "index.js",
"bin": "cli.js",
"repository": "[email protected]:ajaymathur/popular-package.git",
"license": "MIT",
"scripts": {
"test": "ava",
"typecheck": "glow"
},
"dependencies": {
"chalk": "^2.3.0",
"cli-table": "^0.3.1",
"file-exists": "^5.0.1",
"globby": "^7.1.1",
"got": "^8.0.3",
"meow": "^4.0.0",
"ora": "^1.4.0",
"path-exists": "^3.0.0",
"read-pkg": "^3.0.0"
},
"engines": {
"node": ">=8.5.0"
},
"files": [
"cli.js",
"index.js",
"lib"
],
"keywords": [
"downloads",
"popular",
"package",
"mono-repo",
"mono",
"popularity",
"npm"
],
"devDependencies": {
"ava": "^0.25.0",
"fixturez": "^1.1.0",
"flow-bin": "^0.65.0",
"glow": "^1.2.2"
}
}