forked from cc-archive/vocabulary-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.05 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
49
50
{
"name": "root",
"private": true,
"author": "Creative Commons (https://creativecommons.org)",
"workspaces": {
"packages": [
"packages/*"
]
},
"repository": {
"type": "git",
"url": "https://github.com/creativecommons/vocabulary.git"
},
"bugs": "https://github.com/creativecommons/vocabulary/issues/",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/creativecommons"
},
{
"type": "donations",
"url": "https://creativecommons.org/donate"
}
],
"homepage": "https://opensource.creativecommons.org/vocabulary",
"keywords": [
"ui",
"ux",
"design",
"design system",
"components",
"sass stylesheets",
"library",
"monorepo"
],
"license": "MIT",
"scripts": {
"setup": "lerna bootstrap",
"build": "lerna run build --stream",
"watch": "lerna run watch --parallel",
"storybook": "lerna run storybook --parallel"
},
"devDependencies": {
"lerna": "^4.0.0"
},
"volta": {
"node": "14.15.1",
"npm": "6.14.9"
}
}