-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 940 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
51
52
{
"bugs": "https://github.com/mc2it/card/issues",
"description": "Business card of MC2IT, distribution and services.",
"homepage": "https://github.com/mc2it/card",
"license": "MIT",
"name": "@mc2it/card",
"repository": "mc2it/card",
"type": "module",
"version": "7.0.0",
"author": {
"email": "[email protected]",
"name": "MC2IT",
"url": "https://www.mc2it.com"
},
"bin": {
"card": "bin/card.js"
},
"contributors": [
{
"email": "[email protected]",
"name": "Cédric Belin",
"url": "https://belin.io"
}
],
"dependencies": {
"boxen": "^8.0.1"
},
"devDependencies": {
"@coffeelint/cli": "^5.2.11",
"@types/node": "^22.10.2",
"coffeescript": "^2.7.0"
},
"engines": {
"node": ">=22.0.0"
},
"exports": {
"types": "./src/index.d.ts",
"default": "./lib/index.js"
},
"files": [
"lib/",
"src/"
],
"keywords": [
"card",
"cli",
"mc2it"
],
"scripts": {
"start": "node bin/card.js"
}
}