This repository has no description
1{
2 "name": "@inp-net/notella",
3 "author": {
4 "email": "contact@net7.dev",
5 "name": "Churros DevTeam",
6 "url": "https://churros.inpt.fr/credits/"
7 },
8 "contributors": [
9 {
10 "name": "gwennlbh",
11 "email": "hey@ewen.works",
12 "url": "https://gwen.works"
13 }
14 ],
15 "repository": {
16 "type": "git",
17 "url": "https://git.inpt.fr/churros/notella"
18 },
19 "homepage": "https://git.inpt.fr/churros/notella",
20 "bugs": {
21 "url": "https://git.inpt.fr/churros/notella/-/issues"
22 },
23 "license": "AGPL-3.0",
24 "version": "0.9.0",
25 "description": "Types and constants for Notella, Churros' notification scheduler",
26 "type": "module",
27 "devDependencies": {
28 "nats": "^2.28.2",
29 "prisma": "^6.0.0",
30 "quicktype": "^23.0.170",
31 "tsx": "^4.19.2"
32 },
33 "dependencies": {
34 "@prisma/client": "^6.0.0"
35 },
36 "files": [
37 "README.md",
38 "typescript/*.ts"
39 ],
40 "exports": {
41 ".": {
42 "default": "./typescript/index.ts",
43 "types": "./typescript/index.ts"
44 }
45 }
46}