-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.06 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
49
{
"name": "openlgen",
"version": "1.2.0",
"description": "Effortless License Generation for Developers.",
"main": "index.js",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/phukon/openlgen"
},
"homepage": "https://github.com/phukon/openlgen#readme",
"bin": {
"openlgen-auto": "./bin/index.js",
"openlgen": "./src/generate/buffer.js"
},
"scripts": {
"test": "jest"
},
"keywords": [
"license",
"cli",
"spdx",
"generator",
"legal",
"standards",
"metadata",
"licenses",
"open source",
"oss",
"mit",
"license generator"
],
"author": "Riki Phukon",
"license": "MIT",
"dependencies": {
"@inquirer/confirm": "^2.0.15",
"@inquirer/input": "^1.2.14",
"@inquirer/select": "^1.3.1",
"ajv": "^8.12.0",
"better-ajv-errors": "^1.2.0",
"commander": "^11.1.0",
"cosmiconfig": "^9.0.0",
"debug": "^4.3.4",
"picocolors": "^1.0.0"
},
"devDependencies": {
"jest": "^29.7.0"
}
}