mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Add demo worker
This commit is contained in:
parent
63589a079a
commit
a4186bafdf
10 changed files with 348 additions and 0 deletions
16
doesitarm-default/package.json
Normal file
16
doesitarm-default/package.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"private": true,
|
||||
"name": "doesitarm-default",
|
||||
"version": "1.0.0",
|
||||
"description": "A template for kick starting a Cloudflare Workers project",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"format": "prettier --write '**/*.{js,css,json,md}'"
|
||||
},
|
||||
"author": "Sam Carlton <sam@sam.lc>",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"prettier": "^1.18.2"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue