2024-11-18 13:23:29 -06:00
|
|
|
tasks.pre-commit = ["npm run all", "git add dist"]
|
2024-12-13 06:03:07 -06:00
|
|
|
tasks.test.alias = ["t"]
|
|
|
|
tasks.test.run = ["npm run all"]
|
2024-01-12 18:40:46 -06:00
|
|
|
tasks.lint = "bun run lint"
|
|
|
|
tasks."lint:fix" = "bun run format:write"
|
2024-01-12 18:41:52 -06:00
|
|
|
tasks.version = "npm version"
|
2024-01-12 18:40:46 -06:00
|
|
|
|
2023-12-24 20:15:25 +01:00
|
|
|
[tools]
|
2024-11-18 13:21:45 -06:00
|
|
|
node = '22.11.0'
|