-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 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
{
"name": "@seed-design/icon-monorepo",
"private": true,
"version": "0.0.0-thisisnotpublished",
"repository": "https://github.com/daangn/seed-icon.git",
"author": "junghyeonsu <[email protected]>",
"license": "MIT",
"packageManager": "[email protected]",
"type": "module",
"workspaces": [
"packages/*",
"assets"
],
"scripts": {
"generate:icona": "node --no-warnings=ExperimentalWarning --loader ts-node/esm icona.ts",
"generate:changeset": "node --no-warnings=ExperimentalWarning --loader ts-node/esm scripts/changeset.ts",
"release": "yarn changeset publish",
"cs-version": "changeset version && yarn install --no-immutable"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@icona/generator": "^0.7.2",
"@svgr/plugin-jsx": "^8.0.1",
"@svgr/plugin-prettier": "^8.0.1",
"@svgr/plugin-svgo": "^8.0.1",
"@types/findup-sync": "^4.0.5",
"@types/node": "^20.14.9",
"findup-sync": "^5.0.0",
"svgo": "^3.0.2",
"ts-node": "^10.9.2",
"tslib": "^2.6.3",
"typescript": "^5.1.3"
}
}