-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 910 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
{
"private": false,
"name": "@xeaone/server",
"type": "module",
"version": "2.2.0",
"description": "[![CodeQL](https://github.com/xeaone/server/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/xeaone/server/actions/workflows/codeql-analysis.yml)\r![GitHub](https://img.shields.io/github/license/xeaone/server)",
"main": "src/mod.ts",
"module": "src/mod.ts",
"directories": {
"src": "src",
"example": "examples"
},
"scripts": {
"deploy": "deno run -A deploy.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xeaone/server.git"
},
"keywords": [
"deno",
"server"
],
"author": "Alexander Elias",
"license": "MIT",
"bugs": {
"url": "https://github.com/xeaone/server/issues"
},
"homepage": "https://github.com/xeaone/server#readme"
}