You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
308 B
JSON
13 lines
308 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.11"
|
|
}
|
|
}
|