-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
33 lines (33 loc) · 898 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "cloudflare-worker-example-rest-api",
"version": "1.0.0",
"description": "Cloudflare worker example app, using the cloudflare-worker-rest-api package",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"publish": "wrangler publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rajtatata/cloudflare-worker-example-rest-api.git"
},
"author": "Flavio Rajta",
"license": "ISC",
"bugs": {
"url": "https://github.com/rajtatata/cloudflare-worker-example-rest-api/issues"
},
"homepage": "https://github.com/rajtatata/cloudflare-worker-example-rest-api#readme",
"keywords": [
"express",
"expressjs",
"cloudflare",
"worker",
"rest",
"api"
],
"dependencies": {
"cloudflare-worker-rest-api": "^1.0.0",
"jsonwebtoken": "^8.5.1"
},
"devDependencies": {}
}