-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
49 lines (49 loc) · 1.16 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
44
45
46
47
48
49
{
"name": "esbuild-plugins",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"cli": "ts-node --transpile-only ./scripts/cli.ts",
"commit": "git-cz",
"build": "pnpm --filter='*' --if-present --parallel build",
"test": "vitest"
},
"private": true,
"devDependencies": {
"@swc/core": "^1.3.7",
"@types/fs-extra": "^9.0.13",
"@types/glob": "^7.2.0",
"@types/jsonfile": "^6.1.0",
"@types/lodash": "^4.14.182",
"@types/node": "17.0.25",
"@types/semver": "^7.3.9",
"@types/tmp": "^0.2.3",
"@vitest/coverage-c8": "^0.24.0",
"cac": "^6.7.12",
"consola": "^2.15.3",
"esbuild": "^0.15.10",
"fs-extra": "^10.1.0",
"git-cz": "^4.9.0",
"jsonfile": "^6.1.0",
"lodash": "^4.17.21",
"pacote": "^13.1.1",
"prettier": "^2.6.2",
"semver": "^7.3.8",
"sort-package-json": "^1.55.0",
"tmp": "^0.2.1",
"tslib": "^2.4.0",
"tsup": "^6.3.0",
"typescript": "~4.6.3",
"vitest": "^0.21.0"
},
"dependencies": {
"chalk": "^4.0.0",
"enquirer": "^2.3.6",
"execa": "^5.0.0",
"tslib": "^2.4.0"
},
"resolutions": {
"chalk": "^4.0.0",
"execa": "^5.0.0"
}
}