mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-25 11:24:46 +01:00
13 lines
307 B
JSON
13 lines
307 B
JSON
|
{
|
||
|
"private": true,
|
||
|
"name": "worker",
|
||
|
"version": "1.0.0",
|
||
|
"description": "A template for kick starting a Cloudflare Workers project",
|
||
|
"main": "index.js",
|
||
|
"author": "Ashley Lewis <ashleymichal@gmail.com>",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"@cloudflare/kv-asset-handler": "^0.0.5"
|
||
|
}
|
||
|
}
|