increase hype factor
This commit is contained in:
parent
81f0d027b2
commit
1681a9b94e
8 changed files with 845 additions and 1213 deletions
11
package.json
11
package.json
|
|
@ -3,19 +3,20 @@
|
|||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"name-placeholder": "./dist/index.js"
|
||||
"name-placeholder": "./dist/index.mjs"
|
||||
},
|
||||
"dependencies": {
|
||||
"@stricli/core": "^1.2.5",
|
||||
"dax": "^0.45.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^2.4.3",
|
||||
"@types/node": "^25.2.3",
|
||||
"tsup": "^8.5.1",
|
||||
"typescript": "^5.9.3"
|
||||
"@typescript/native-preview": "^7.0.0-dev.20260220.1",
|
||||
"tsdown": "^0.20.3"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsup src/index.ts",
|
||||
"check": "tsc --noEmit && biome check ."
|
||||
"build": "npx tsdown src/index.ts --format esm --clean",
|
||||
"check": "npx tsgo --project tsconfig.json --types node --noEmit && npx @biomejs/biome check ."
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue