initial commit
This commit is contained in:
commit
168093e034
7 changed files with 210 additions and 0 deletions
18
package.json
Normal file
18
package.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "dzserver",
|
||||
"version": "1.0.0",
|
||||
"description": "package for creating workers templates",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"format": "prettier --write '**/*.{js,css,json,md}'"
|
||||
},
|
||||
"author": "uh_wot <uhwot@protonmail.com>",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"prettier": "^1.17.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"serverless-cloudflare-workers": "^1.2.0"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue