-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 842 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
{
"author": "Tobi Schäfer <[email protected]>",
"bin": {
"germknoedel": "bin/germknoedel.js"
},
"bugs": {
"url": "https://github.com/p3k/germknoedel/issues"
},
"dependencies": {
"chalk": "5.4.0",
"command-line-args": "6.0.1",
"command-line-usage": "7.0.3"
},
"description": "Passport code generator",
"devDependencies": {
"mocha": "11.1.0"
},
"directories": {
"lib": "lib",
"test": "test"
},
"homepage": "https://github.com/p3k/germknoedel#readme",
"keywords": [
"passport",
"checksum",
"command-line"
],
"license": "LGPL-3.0-or-later",
"main": "index.js",
"name": "germknoedel",
"repository": {
"type": "git",
"url": "git+https://github.com/p3k/germknoedel.git"
},
"scripts": {
"test": "mocha"
},
"type": "module",
"version": "3.0.0"
}