.
This commit is contained in:
parent
829a16aa77
commit
9015c78598
9 changed files with 1097 additions and 8 deletions
|
|
@ -8,7 +8,9 @@
|
|||
"scripts": {
|
||||
"dev": "webpack watch --mode development",
|
||||
"build": "webpack --mode production",
|
||||
"test": "tsx --test src/**/*.test.ts"
|
||||
"test": "tsx --test src/**/*.test.ts",
|
||||
"test:deterministic": "npm run build && node dist/deterministic/cli.js",
|
||||
"test:fuzzing": "npm run build && node dist/cli.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^24.8.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue