-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.93 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "geoindex",
"version": "0.0.1",
"license": "MIT",
"type": "module",
"main": "dist/index.js",
"scripts": {
"start": "yarn build && node -r dotenv/config dist/index.js",
"build": "rm -rf dist && tsc --project tsconfig.production.json",
"format": "prettier . --write",
"lint": "eslint .",
"test": "NODE_ENV=vitest vitest",
"test:watch": "yarn test --watch --parallel",
"generate-api-docs": "tsc && node dist/generate-api-docs.js",
"knip": "knip"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@solid/community-server": "^7.1.3",
"@types/eslint-config-prettier": "^6.11.3",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"globals": "^15.14.0",
"knip": "^5.41.1",
"prettier": "^3.4.2",
"swagger-autogen": "^2.23.6",
"typescript-eslint": "^8.19.0",
"vitest": "^2.1.8"
},
"dependencies": {
"@koa/bodyparser": "^5.1.1",
"@koa/cors": "^5.0.0",
"@koa/router": "^13.1.0",
"@ldhop/core": "^0.1.0",
"@soid/koa": "^0.1.2",
"@solid/access-token-verifier": "^2.0.5",
"@types/koa": "^2.15.0",
"@types/koa-static": "^4.0.4",
"@types/koa__cors": "^5.0.0",
"@types/koa__router": "^12.0.4",
"@types/lodash": "^4.17.14",
"@types/n3": "^1.16.0",
"@types/ngeohash": "^0.6.8",
"@types/node": "^22.10.5",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"cron": "^3.3.2",
"css-authn": "^0.0.16",
"dotenv": "^16.4.7",
"helmet": "^8.0.0",
"koa": "^2.15.3",
"koa-helmet": "^8.0.1",
"koa-static": "^5.0.0",
"lodash": "^4.17.21",
"n3": "^1.23.1",
"ngeohash": "^0.6.3",
"rdf-namespaces": "^1.11.0",
"sequelize": "^6.37.5",
"sqlite3": "^5.1.7",
"type-fest": "^4.31.0",
"typescript": "^5.7.2"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}