-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
48 lines (48 loc) · 1.3 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": "figur-root",
"version": "0.0.0",
"description": "Make svg polygon & star shape",
"sideEffects": false,
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/daybrush/figur.git"
},
"keywords": [
"shape",
"svg",
"triangle",
"js",
"tri",
"poly",
"polygon",
"star"
],
"author": "Daybrush",
"license": "MIT",
"bugs": {
"url": "https://github.com/daybrush/figur/issues"
},
"homepage": "https://daybrush.com/figur",
"scripts": {
"packages:update": "lerna-helper version",
"packages:build": "lerna run build",
"packages:publish": "lerna-helper publish --commit 'chore: publish packages'",
"changelog": "lerna-helper changelog --type all --base figur",
"doc": "rm -rf ./doc && jsdoc -c jsdoc.json",
"deploy": "lerna-helper deploy --base figur",
"release": "lerna-helper release --base figur"
},
"devDependencies": {
"@daybrush/jsdoc": "^0.4.4",
"@daybrush/release": "^0.7.1",
"daybrush-jsdoc-template": "^1.8.0",
"lerna": "^4.0.0",
"typescript": "^4.5.0 <4.6.0"
},
"workspaces": {
"packages": [
"packages/*"
]
}
}