-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
26 lines (26 loc) · 909 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
{
"name": "circum-icons-monorepo",
"version": "1.0.0",
"description": "This pack was created following Google material and IBM Carbon design principles. Our main goal was to keep a certain consistency throughtout all the set and ensure that each icon has the same visual weight.",
"scripts": {
"build": "npx lerna run build",
"npm-publish": "npx lerna publish --no-private",
"npm-publish-github": "npx lerna publish from-package --yes --registry https://npm.pkg.github.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Klarr-Agency/Circum-icons.git"
},
"author": "Klarr-agency",
"license": "MPL-2.0 license",
"bugs": {
"url": "https://github.com/Klarr-Agency/Circum-icons/issues"
},
"homepage": "https://github.com/Klarr-Agency/Circum-icons#readme",
"workspaces": [
"packages/*"
],
"devDependencies": {
"lerna": "^5.5.2"
}
}