-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
40 lines (40 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
{
"name": "primer-figma",
"version": "0.3.0",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/primer/figma.git"
},
"author": "",
"license": "ISC",
"workspaces": [
"packages/*"
],
"bugs": {
"url": "https://github.com/primer/figma/issues"
},
"homepage": "https://github.com/primer/figma#readme",
"description": "",
"scripts": {
"release": "changeset publish",
"docgen:web": "docgen GCvY3Qv8czRgZgvl1dG6lp --output ./packages/web/generated/components.json",
"docgen:brand": "docgen BJ95AjraesmRCWsKA013GS --output ./packages/brand/generated/components.json"
},
"devDependencies": {
"@actions/github": "^5.1.1",
"@manypkg/get-packages": "^1.1.3",
"@primer/figma-library-docgen": "^0.7.0",
"@types/node": "^18.11.18",
"mdast-util-to-string": "^1.0.6",
"remark-parse": "^7.0.1",
"remark-stringify": "^7.0.3",
"unified": "^8.3.2"
},
"dependencies": {
"ts-node": "^10.9.1",
"uuid": "^9.0.0"
}
}