-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 971 Bytes
/
package.json
File metadata and controls
49 lines (49 loc) · 971 Bytes
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
41
42
43
44
45
46
47
48
49
{
"name": "@harperdb/astro",
"type": "module",
"description": "A HarperDB Component for running Astro apps.",
"keywords": [
"harperdb",
"harper",
"astro",
"distributed",
"web",
"applications",
"ssg",
"ssr"
],
"homepage": "https://github.com/HarperDB/astro",
"bugs": {
"url": "https://github.com/HarperDB/astro/issues",
"email": "support@harperdb.io"
},
"author": {
"name": "Harper",
"email": "support@harperdb.io"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HarperDB/astro.git"
},
"version": "0.0.2",
"license": "Apache-2.0",
"files": [
"config.yaml",
"extension.js"
],
"scripts": {
"format": "prettier .",
"lint": "eslint ."
},
"dependencies": {
"serve-static": "^1.16.2"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@harperdb/code-guidelines": "^0.0.2",
"eslint": "^9.21.0",
"globals": "^16.0.0",
"prettier": "^3.5.3"
},
"prettier": "@harperdb/code-guidelines/prettier"
}