generated from blueplum/typescript-template
feat: basically the whole package
This commit is contained in:
+7
-1
@@ -5,7 +5,7 @@
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"test": "vitest --run --reporter=tree",
|
||||
"build": "tsc -b && esbuild --minify --bundle src/index.ts --outdir=dist --define:import.meta.vitest=undefined",
|
||||
"build": "tsc -b && esbuild --minify --bundle src/index.ts --outdir=dist --define:import.meta.vitest=undefined --platform=node --format=esm --packages=external",
|
||||
"fmt": "prettier --write .",
|
||||
"lint": "eslint .",
|
||||
"preview": "vite preview"
|
||||
@@ -13,6 +13,7 @@
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^10.0.1",
|
||||
"@types/node": "^24.12.3",
|
||||
"@types/picomatch": "^4.0.3",
|
||||
"@typescript-eslint/types": "^8.61.1",
|
||||
"esbuild": "^0.28.1",
|
||||
"eslint": "^10.3.0",
|
||||
@@ -21,5 +22,10 @@
|
||||
"typescript": "~6.0.2",
|
||||
"typescript-eslint": "^8.59.2",
|
||||
"vitest": "^4.1.9"
|
||||
},
|
||||
"dependencies": {
|
||||
"arktype": "^2.2.2",
|
||||
"citty": "^0.2.2",
|
||||
"picomatch": "^4.0.5"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user