-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 863 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 863 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
{
"name": "lucky-package",
"version": "2.0.0",
"description": "Feeling lucky? Try installing a random npm package",
"scripts": {
"start": "node src/index.js"
},
"main": "src/index.js",
"bin": {
"lucky-package": "src/index.js"
},
"keywords": [
"random",
"npm",
"cli",
"package",
"fun",
"experiment"
],
"repository": {
"type": "git",
"url": "https://github.com/davidg999/lucky-package.git"
},
"author": "David",
"license": "MIT",
"homepage": "https://github.com/davidg999/lucky-package#readme",
"bugs": {
"url": "https://github.com/davidg999/lucky-package/issues"
},
"dependencies": {
"all-the-package-names": "^2.0.2137",
"chalk": "4.1.2",
"commander": "^13.1.0",
"conf": "^10.2.0",
"gradient-string": "^3.0.0",
"npq": "^3.5.3",
"prettier": "^3.5.3"
}
}