-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.18 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "@darkobits/ts",
"version": "0.23.4",
"description": "Vite-based toolchain for Node projects.",
"author": "darkobits",
"license": "Hippocratic",
"type": "module",
"homepage": "https://darkobits.gitbook.io/ts",
"repository": {
"type": "git",
"url": "git+https://github.com/darkobits/ts.git"
},
"engines": {
"node": ">=18",
"npm": ">=8"
},
"engineStrict": true,
"files": [
"dist"
],
"main": "dist/index.js",
"scripts": {
"prepare": "nr prepare",
"prepublishOnly": "re-pack guard",
"help": "nr --scripts"
},
"peerDependencies": {
"@darkobits/conventional-changelog-preset": "^0.2.1",
"@darkobits/eslint-plugin": "^2.1.10",
"@darkobits/nr": "~0.18.0",
"@darkobits/semantic-release-config": "~0.2.0",
"@types/node": ">=22.9.0",
"@vitest/coverage-v8": "^2.1.4",
"@vitest/ui": "^2.1.4",
"eslint": "^9.14.0",
"npm-check-updates": "~17.1.10",
"semantic-release": "~24.2.0",
"standard-version": "~9.5.0",
"tsx": "^4.19.2",
"typescript": "~5.6.3",
"vite": "^5.4.10",
"vitest": "^2.1.4"
},
"dependencies": {
"@darkobits/interop-import-default": "^1.0.0",
"@rollup/plugin-typescript": "^12.1.1",
"chalk": "^5.3.0",
"consola": "^3.2.3",
"conventional-changelog-conventionalcommits": "^8.0.0",
"deepmerge": "^4.3.1",
"eslint-formatter-codeframe": "^7.32.1",
"fast-glob": "^3.3.2",
"find-up": "^7.0.0",
"fs-extra": "^11.2.0",
"get-tsconfig": "^4.8.1",
"is-ci": "^3.0.1",
"ms": "^2.1.3",
"read-package-up": "^11.0.0",
"rollup-plugin-preserve-shebang": "^1.0.1",
"tsc-alias": "^1.8.10",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-static-copy": "~2.0.0",
"vite-tsconfig-paths": "^5.1.0",
"wait-on": "^8.0.1"
},
"devDependencies": {
"@darkobits/re-pack": "^1.0.14",
"@types/ejs": "^3.1.5",
"@types/fs-extra": "^11.0.4",
"@types/is-ci": "^3.0.4",
"@types/micromatch": "^4.0.9",
"@types/ms": "^0.7.34",
"@types/wait-on": "^5.3.4",
"ejs": "^3.1.10",
"ts-node": "^10.9.2"
},
"keywords": [
"typescript",
"library",
"vitest",
"build",
"tool",
"vite",
"node"
]
}