this repo 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 "typescript": "^5.7.3"
33 },
34 "dependencies": {
35 "@prisma/client": "^6.0.0"
36 },
37 "scripts": {
38 "tsc": "tsc"
39 },
40 "files": [
41 "README.md",
42 "typescript-dist/*.js",
43 "typescript/*.ts"
44 ],
45 "exports": {
46 ".": {
47 "types": "./typescript/index.ts",
48 "default": "./typescript-dist/index.js"
49 }
50 }
51}