This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

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": "ewen-lbh", 11 "email": "hey@ewen.works", 12 "url": "https://ewen.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.6.0", 25 "description": "Types and constants for Notella, Churros' notification scheduler", 26 "type": "module", 27 "devDependencies": { 28 "nats": "^2.28.2", 29 "prisma": "^5.20.0", 30 "quicktype": "^23.0.170", 31 "tsx": "^4.19.2" 32 }, 33 "dependencies": { 34 "@prisma/client": "^5.20.0" 35 }, 36 "files": [ 37 "README.md", 38 "constants.ts", 39 "types.ts", 40 "index.ts" 41 ], 42 "exports": { 43 ".": { 44 "default": "./index.ts", 45 "types": "./index.ts" 46 } 47 } 48}