forgejo-notifications-core/package.json

18 lines
307 B
JSON

{
"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"
}
}