-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.56 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.56 KB
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
44
45
46
47
48
49
50
51
52
53
54
{
"name": "@blastz/pkgx",
"version": "1.1.0",
"description": "The zero configuration tool for any repository",
"type": "module",
"homepage": "https://github.com/blastZ/pkgx",
"repository": {
"type": "git",
"url": "git+https://github.com/blastZ/pkgx.git"
},
"author": "blastz",
"license": "MIT",
"dependencies": {
"@inquirer/prompts": "^4.3.0",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-esm-shim": "^0.1.5",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-typescript": "^11.1.5",
"@swc/core": "^1.4.8",
"@types/serve-handler": "^6.1.4",
"chokidar": "^3.5.3",
"commander": "^11.1.0",
"dayjs": "^1.11.10",
"esbuild": "^0.20.1",
"globby": "^14.0.0",
"pretty-ms": "^8.0.0",
"rolldown": "1.0.0-beta.53",
"rollup": "^4.9.1",
"rollup-plugin-dts": "^6.1.0",
"serve-handler": "^6.1.5",
"tslib": "^2.8.1",
"zx": "^8.8.5"
},
"devDependencies": {
"@rollup/plugin-virtual": "^3.0.2",
"@types/fs-extra": "^11.0.4",
"@types/node": "^24.10.2",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.42.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "^3.0.0",
"supertest": "^6.3.4",
"tsc-alias": "^1.8.16",
"typescript": "^5.9.3",
"vitest": "^4.0.15"
}
}