-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 981 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
34
35
36
37
38
39
40
{
"name": "sidra",
"description": "⚔️ Sidra offers you many decorators for you to use with Cloudflare Workers.",
"version": "0.1.7",
"main": "dist",
"license": "GPL-3.0",
"typings": "dist",
"homepage": "https://barbarbar338.github.io/sidra/",
"repository": {
"type": "git",
"url": "https://github.com/barbarbar338/sidra"
},
"author": {
"email": "[email protected]",
"name": "Barış DEMİRCİ",
"url": "https://338.rocks"
},
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc",
"format": "prettier --write .",
"update": "taze latest -w",
"docs": "docsify serve docs"
},
"dependencies": {
"@types/itty-router-extras": "^0.4.0",
"itty-router": "^3.0.11",
"itty-router-extras": "^0.4.2",
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230115.0",
"docsify-cli": "^4.4.4",
"prettier": "^2.8.4",
"rimraf": "^4.1.2",
"taze": "^0.8.5",
"ts-loader": "^9.4.2",
"typescript": "^4.9.5"
}
}