mirror of
https://github.com/Unkn0wnCat/Unkn0wnCat.net.git
synced 2025-04-28 17:56:47 +02:00
12 lines
308 B
JSON
12 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"
|
|
}
|
|
}
|