-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.13 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
{
"name": "xlayout",
"private": true,
"namespace": "@xlayout",
"packageManager": "[email protected]",
"description": "",
"author": "Kirk Lin <https://github.com/kirklin>",
"license": "MIT",
"funding": "https://www.buymeacoffee.com/linkirk",
"homepage": "https://github.com/kirklin/xlayout#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/kirklin/xlayout.git"
},
"bugs": "https://github.com/kirklin/xlayout/issues",
"keywords": [],
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "pnpm -r run test",
"build": "pnpm -r run build",
"prepare": "pnpm -r run stub",
"release": "bumpp -r && pnpm -r publish --access public",
"typecheck": "pnpm -r run typecheck",
"up": "taze major -r -w"
},
"devDependencies": {
"@antfu/ni": "^0.21.4",
"@kirklin/eslint-config": "^0.4.0",
"@types/node": "^20.3.1",
"bumpp": "^9.1.1",
"eslint": "^8.42.0",
"esno": "^0.16.3",
"pnpm": "^8.6.2",
"rimraf": "^5.0.1",
"taze": "^0.10.2",
"typescript": "^5.1.3",
"unbuild": "^1.2.1",
"vite": "^4.3.9",
"vitest": "^0.32.0"
}
}