-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
46 lines (46 loc) · 1.29 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
{
"name": "@technologiestiftung/giessdenkiez-de-postgres-api",
"version": "2.0.0",
"private": true,
"license": "MIT",
"scripts": {
"test": "jest --runInBand",
"lint": "eslint ./**/*.ts ",
"format": "prettier ./**/*.ts --write"
},
"engines": {
"node": ">=18"
},
"dependencies": {
"@supabase/supabase-js": "2.43.5"
},
"devDependencies": {
"@saithodev/semantic-release-backmerge": "4.0.1",
"@technologiestiftung/semantic-release-config": "1.2.4",
"@types/jest": "29.5.12",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jest": "28.5.0",
"jest": "29.7.0",
"semantic-release": "23.1.1",
"ts-jest": "29.1.2"
},
"description": "Supabase configuration for the giessdenkiez.de project to interact ",
"keywords": [
"giessdenkiez.de"
],
"repository": {
"type": "git",
"url": "git+https://github.com/technologiestiftung/giessdenkiez-de-postgres-api.git"
},
"bugs": {
"url": "https://github.com/technologiestiftung/giessdenkiez-de-postgres-api/issues"
},
"homepage": "https://github.com/technologiestiftung/giessdenkiez-de-postgres-api#readme",
"author": "Fabian Morón Zirfas <[email protected]> (https://fabianmoronzirfas.me)",
"contributors": [
"@fdnklg"
]
}