-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
36 lines (36 loc) · 1 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
{
"name": "@embetty/monorepo",
"version": "0.0.0",
"private": true,
"license": "MIT",
"scripts": {
"build": "pnpm -r build",
"test": "pnpm -r test",
"prepare": "husky install",
"bump": "changeset version",
"release": "pnpm build && changeset publish",
"lint": "pnpm run -r --stream lint --quiet"
},
"dependencies": {
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
},
"devDependencies": {
"@changesets/cli": "^2.27.8",
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@embetty/eslint-config": "workspace:^",
"@embetty/tsconfig": "workspace:^",
"@types/jest": "^29.5.12",
"@types/node": "^18.19.50",
"husky": "^8.0.3",
"lint-staged": "^15.2.10",
"prettier": "^2.8.8"
},
"pnpm": {
"overrides": {
"typescript": "5.5.3"
}
},
"packageManager": "[email protected]+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
}