mirror of
https://github.com/fmhy/edit.git
synced 2025-07-30 07:42:18 +10:00
feat: repell some pests
This commit is contained in:
parent
baa126c4ae
commit
6435e11ccd
14 changed files with 8065 additions and 0 deletions
18
pests-repellent/package.json
Normal file
18
pests-repellent/package.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "pests-repellent",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"deploy": "wrangler deploy",
|
||||
"dev": "wrangler dev",
|
||||
"start": "wrangler dev",
|
||||
"test": "vitest",
|
||||
"cf-typegen": "wrangler types"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cloudflare/vitest-pool-workers": "^0.8.19",
|
||||
"typescript": "^5.5.2",
|
||||
"vitest": "~3.2.0",
|
||||
"wrangler": "^4.20.5"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue