-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 823 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
{
"name": "@jrontend/monorepo",
"license": "MIT",
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"start": "turbo run start",
"lint": "turbo run lint",
"clean": "turbo run clean",
"prettier": "prettier --write .",
"publish-packages": "turbo run build lint && changeset version && changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.26.0",
"eslint": "^8.36.0",
"eslint-config-turbo": "latest",
"turbo": "latest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kodizim/jrontend.git"
},
"bugs": {
"url": "https://github.com/kodizim/jrontend/issues"
},
"homepage": "https://github.com/kodizim/jrontend#readme",
"packageManager": "pnpm@7.15.0"
}