mirror of
https://github.com/Forward-Future/loopy.git
synced 2026-09-22 05:33:01 +08:00
12 lines
278 B
JSON
12 lines
278 B
JSON
{
|
|
"name": "loop-library-form-gateway",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"check": "node --check src/index.js && node --test",
|
|
"deploy": "npx --yes wrangler@latest deploy",
|
|
"dev": "npx --yes wrangler@latest dev",
|
|
"test": "node --test"
|
|
}
|
|
}
|