-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 979 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
27
28
29
30
31
32
33
34
{
"name": "@brunochirelli/design-system",
"author": "Bruno Chirelli",
"description": "This is an official starter Turborepo.",
"version": "1.0.0",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/brunochirelli/design-system.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/brunochirelli/design-system/issues"
},
"homepage": "https://github.com/brunochirelli/design-system#readme",
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"publish-packages": "turbo run build lint && changeset version && changeset publish"
},
"devDependencies": {
"@turbo/gen": "^1.9.7",
"eslint": "^7.32.0",
"eslint-config-custom": "workspace:*",
"prettier": "^2.5.1",
"turbo": "latest"
},
"packageManager": "pnpm@7.15.0",
"dependencies": {
"@changesets/cli": "^2.26.2"
}
}