mirror of
https://github.com/arthur-pbty/flint.git
synced 2026-08-06 04:29:43 +02:00
reorganizage du projet et mise en place d'un vrai build
This commit is contained in:
+4
-4
@@ -8,12 +8,11 @@
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "tsx watch src/index.ts",
|
||||
"build": "tsc -p tsconfig.json",
|
||||
"build": "npm run typecheck && node scripts/build.mjs",
|
||||
"typecheck": "tsc -p tsconfig.json --noEmit",
|
||||
"test": "node --import tsx --test src/**/*.test.ts",
|
||||
"test": "node --import tsx --test tests/**/*.test.ts",
|
||||
"check": "npm run typecheck && npm run test",
|
||||
"start": "node dist/index.js",
|
||||
"deploy:commands": "tsx src/scripts/deployCommands.ts"
|
||||
"start": "node build/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@napi-rs/canvas": "^0.1.97",
|
||||
@@ -25,6 +24,7 @@
|
||||
"devDependencies": {
|
||||
"@types/node": "20.17.24",
|
||||
"@types/pg": "^8.20.0",
|
||||
"esbuild": "^0.25.12",
|
||||
"tsx": "4.19.2",
|
||||
"typescript": "5.8.2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user