-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
48 lines (48 loc) · 1.44 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
{
"name": "@mechanic-design/dsi-logo-maker",
"version": "2.0.0-beta.11",
"description": "DSI Logo Maker based on Mechanic.",
"license": "MIT",
"homepage": "https://github.com/designsystemsinternational/mechanic#readme",
"repository": {
"type": "git",
"url": "https://github.com/designsystemsinternational/mechanic",
"directory": "packages/dsi-logo-maker"
},
"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"
}
],
"scripts": {
"dev": "mechanic dev",
"build": "mechanic build",
"serve": "mechanic serve"
},
"dependencies": {
"@babel/runtime": "^7.14.6",
"@mechanic-design/cli": "^2.0.0-beta.11",
"@mechanic-design/core": "^2.0.0-beta.11",
"@mechanic-design/engine-canvas": "^2.0.0-beta.11",
"@mechanic-design/engine-react": "^2.0.0-beta.11",
"opentype.js": "^1.3.4"
},
"private": true,
"gitHead": "72540367e35f7c65bc111779ceb4c59ea0e1a5fb"
}