-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 858 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 858 Bytes
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": "pkgdiff",
"type": "module",
"version": "0.0.0",
"description": "_description_",
"author": "LiuXx",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/LiuXxQAQ/pkg-placeholder.git"
},
"keywords": [],
"bin": {
"pkgdiff": "bin/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "unbuild",
"dev": "unbuild --stub",
"lint": "eslint .",
"release": "bumpp",
"test": "vitest",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"cac": "^6.7.14"
},
"devDependencies": {
"@antfu/eslint-config": "^2.27.3",
"@types/node": "^20.16.5",
"bumpp": "^9.5.2",
"eslint": "^8.57.1",
"picocolors": "^1.1.0",
"pnpm": "^8.15.9",
"typescript": "^5.6.2",
"unbuild": "^2.0.0",
"vite": "^5.2.14",
"vitest": "^1.6.0"
}
}