use new template
This commit is contained in:
+20
-5
@@ -5,17 +5,32 @@
|
||||
"author": "Pascal Perrenoud <pascal@pband.ch>",
|
||||
|
||||
"scripts": {
|
||||
"test": "bun test"
|
||||
"check": "clear ; npm run typecheck && npm run lint && npm run check:fmt && npm run test ; clear && echo 'OK'",
|
||||
"check:fmt": "npx prettier -c **/*.{js,jsx,ts,tsx}",
|
||||
"fmt": "prettier --write **/*.{js,jsx,ts,tsx}",
|
||||
"lint": "eslint **/*.{js,jsx,ts,tsx}",
|
||||
"test": "bun test",
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
|
||||
"dependencies": {
|
||||
"log": "git+https://git.pband.ch/typescript/log.git"
|
||||
"log": "git+ssh://git@git.pband.ch:typescript/log.git#main"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "^1.0.11"
|
||||
"@eslint/js": "^9.35.0",
|
||||
"@types/bun": "^1.2.21",
|
||||
"bun": "^1.2.21",
|
||||
"eslint": "^9.35.0",
|
||||
"globals": "^16.4.0",
|
||||
"jiti": "^2.5.1",
|
||||
"prettier": "^3.6.2",
|
||||
"typescript": "^5.9.2",
|
||||
"typescript-eslint": "^8.43.0"
|
||||
},
|
||||
|
||||
"module": "index.ts",
|
||||
"type": "module",
|
||||
"files": ["index.ts"]
|
||||
"main": "./src/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user