-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
46 lines (46 loc) · 1.23 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
{
"name": "@mechanic-design/utils",
"version": "2.0.0-beta.10",
"description": "Custom CLI util definitions for Mechanic packages.",
"license": "MIT",
"homepage": "https://github.com/designsystemsinternational/mechanic#readme",
"repository": {
"type": "git",
"url": "https://github.com/designsystemsinternational/mechanic",
"directory": "packages/utils"
},
"bugs": {
"url": "https://github.com/designsystemsinternational/mechanic/issues",
"email": "[email protected]"
},
"author": {
"name": "Fernando Florenzano Hernández",
"email": "[email protected]",
"url": "https://designsystems.international"
},
"contributors": [
{
"name": "Rune Skjoldborg Madsen",
"email": "[email protected]",
"url": "https://designsystems.international"
},
{
"name": "Martin Bravo",
"email": "[email protected]",
"url": "https://designsystems.international"
}
],
"files": [
"index.js"
],
"type": "commonjs",
"exports": "./index.js",
"scripts": {
"test": "node ./test.js"
},
"dependencies": {
"chalk": "^4.1.1",
"ora": "^5.4.1"
},
"gitHead": "a40b8eb1dba5138782d47cbc6d25a18ec8cb1cea"
}