2024-12-13 17:31:09 +00:00
{
"name" : "@foss.global/codefeed" ,
2024-12-16 21:47:00 +00:00
"version" : "1.6.5" ,
2024-12-13 17:31:09 +00:00
"private" : false ,
2024-12-14 00:32:22 +00:00
"description" : "The @foss.global/codefeed module is designed for generating feeds from Gitea repositories, enhancing development workflows by processing commit data and repository activities." ,
2024-12-13 23:30:35 +00:00
"exports" : {
"." : "./dist_ts/index.js" ,
"./interfaces" : "./dist_ts/interfaces/index.js"
} ,
2024-12-13 17:31:09 +00:00
"type" : "module" ,
"author" : "Task Venture Capital GmbH" ,
"license" : "MIT" ,
"scripts" : {
"test" : "(tstest test/ --web)" ,
2024-12-13 21:15:33 +00:00
"build" : "(tsbuild tsfolders --web --allowimplicitany)" ,
2024-12-13 17:31:09 +00:00
"buildDocs" : "(tsdoc)"
} ,
"devDependencies" : {
"@git.zone/tsbuild" : "^2.1.25" ,
"@git.zone/tsbundle" : "^2.0.5" ,
"@git.zone/tsrun" : "^1.2.46" ,
"@git.zone/tstest" : "^1.0.44" ,
"@push.rocks/tapbundle" : "^5.0.15" ,
2024-12-13 21:15:33 +00:00
"@types/node" : "^22.10.2"
2024-12-13 17:31:09 +00:00
} ,
"dependencies" : {
2024-12-13 18:24:09 +00:00
"@push.rocks/qenv" : "^6.1.0" ,
2024-12-13 18:51:42 +00:00
"@push.rocks/smartnpm" : "^2.0.4" ,
2024-12-13 21:15:33 +00:00
"@push.rocks/smarttime" : "^4.1.1" ,
2024-12-13 18:51:42 +00:00
"@push.rocks/smartxml" : "^1.0.8"
2024-12-13 17:31:09 +00:00
} ,
"repository" : {
"type" : "git" ,
"url" : "git+https://code.foss.global/foss.global/codefeed.git"
} ,
"bugs" : {
"url" : "https://code.foss.global/foss.global/codefeed/issues"
} ,
"homepage" : "https://code.foss.global/foss.global/codefeed#readme" ,
"files" : [
"ts/**/*" ,
"ts_web/**/*" ,
"dist/**/*" ,
"dist_*/**/*" ,
"dist_ts/**/*" ,
"dist_ts_web/**/*" ,
"assets/**/*" ,
"cli.js" ,
"npmextra.json" ,
"readme.md"
2024-12-14 00:32:22 +00:00
] ,
"keywords" : [
"codefeed" ,
"Gitea" ,
"commits" ,
"changelog" ,
"repository" ,
"development tools" ,
"npm" ,
"module" ,
"code analysis" ,
"activity feed" ,
"version control"
2024-12-13 17:31:09 +00:00
]
2024-12-14 00:32:22 +00:00
}