{ "name": "forgejo-notifications-core", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "jest", "doc": "jsdoc ./src/api.js" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "jest": "^29.7.0", "jsdoc": "^4.0.2" } }