added code

This commit is contained in:
uh wot 2021-01-25 01:39:01 +01:00
parent 168093e034
commit b60bdb0384
Signed by: uhwot
GPG key ID: CB2454984587B781
5 changed files with 101 additions and 15 deletions

View file

@ -1,18 +1,19 @@
{
"name": "dzserver",
"version": "1.0.0",
"description": "package for creating workers templates",
"description": "worker for getting deezer track urls",
"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",
"license": "MIT",
"devDependencies": {
"prettier": "^1.17.0"
},
"dependencies": {
"aes-js": "^3.1.2",
"serverless-cloudflare-workers": "^1.2.0"
}
}