generated from p-j/typescript-monorepo-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 829 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": "root",
"license": "MIT",
"author": "Jérémie Parker <[email protected]>",
"private": true,
"workspaces": [
"packages/*"
],
"devDependencies": {
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.7",
"@types/jest": "29.5.12",
"jest": "29.7.0",
"lerna": "8.1.7",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"ts-jest": "29.2.3",
"ts-node": "10.9.2",
"typescript": "5.5.4"
},
"dependencies": {},
"scripts": {
"build": "lerna run build",
"changeset": "changeset",
"lint": "prettier --check '**/*.{ts,js,css,json}'",
"format": "prettier --write '**/*.{ts,js,css,json,md}'",
"lerna": "lerna",
"release": "yarn build && changeset publish",
"test": "lerna run test -- --passWithNoTests --ci --coverage"
},
"version": "0.0.0"
}