forked from gridaco/assistant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.08 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
{
"name": "@bridged.xyz/assistant",
"version": "0.1.0",
"private": true,
"license": "https://github.com/bridgedxyz/contributing-and-license",
"description": "Bridged assistant mono repository. for figma, sketch, zeplin.",
"workspaces": {
"packages": [
"app",
"figma",
"sketch",
"webdev",
"xd",
"packages/*",
"packages/design-sdk/*",
"packages/design-to-code/packages/designto-*",
"packages/design-to-code/packages/coli-web-builder",
"packages/design-to-code/packages/reflect-detection",
"packages/design-to-code/packages/coli/packages/*"
]
},
"repository": "https://github.com/bridgedxyz/assistant",
"author": "bridged.xyz softmarshmallow <[email protected]>",
"scripts": {
"figma": "yarn workspace figma run webpack:watch",
"sketch": "yarn workspace sketch run render",
"webdev": "yarn workspace webdev run start",
"xd": "yarn workspace xd run build",
"test": "cd figma && yarn build"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/bridged",
"logo": "https://opencollective.com/bridged/logo.txt"
}
}