-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.21 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
37
38
39
40
41
42
43
{
"name": "@bakabg/monorepo",
"version": "0.0.1",
"packageManager": "[email protected]",
"author": "The bbg contributors",
"description": "",
"keywords": [],
"homepage": "https://github.com/bbg-contributors/bbg-monorepo#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/bbg-contributors/bbg-monorepo.git"
},
"bugs": {
"url": "https://github.com/bbg-contributors/bbg-monorepo/issues"
},
"license": "MIT",
"scripts": {
"build": "rimraf packages/*/dist && pnpm -r run build",
"watch": "pnpm -r --parallel run watch",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepublishOnly": "nr build",
"release": "bumpp package.json packages/*/package.json --commit --push --tag && pnpm publish -r --filter ./packages/*",
"test": "vitest",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@antfu/ni": "^0.17.2",
"@babel/types": "^7.18.10",
"@so1ve/eslint-config": "^0.28.1",
"@types/node": "^18.7.6",
"bumpp": "^8.2.1",
"eslint": "^8.22.0",
"jiti": "^1.14.0",
"pnpm": "^7.9.0",
"puild": "^1.2.3",
"rimraf": "^3.0.2",
"tsx": "^3.8.2",
"typescript": "^4.7.4",
"vite": "^3.0.8",
"vitest": "^0.22.0"
}
}