forked from gridaco/assistant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 816 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
{
"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": [
"core",
"app",
"packages/*",
"figma",
"sketch",
"webdev",
"xd"
],
"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"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/bridged",
"logo": "https://opencollective.com/bridged/logo.txt"
}
}