2024-12-13 18:31:09 +01:00
{
"name" : "@foss.global/codefeed" ,
2025-04-25 20:56:01 +00:00
"version" : "1.7.1" ,
2024-12-13 18:31:09 +01:00
"private" : false ,
2024-12-14 01:32:22 +01: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-14 00:30:35 +01:00
"exports" : {
"." : "./dist_ts/index.js" ,
"./interfaces" : "./dist_ts/interfaces/index.js"
} ,
2024-12-13 18:31:09 +01:00
"type" : "module" ,
"author" : "Task Venture Capital GmbH" ,
"license" : "MIT" ,
"scripts" : {
"test" : "(tstest test/ --web)" ,
2024-12-13 22:15:33 +01:00
"build" : "(tsbuild tsfolders --web --allowimplicitany)" ,
2024-12-13 18:31:09 +01:00
"buildDocs" : "(tsdoc)"
} ,
"devDependencies" : {
2025-04-25 20:44:32 +00:00
"@git.zone/tsbuild" : "^2.3.2" ,
"@git.zone/tsbundle" : "^2.2.5" ,
2024-12-13 18:31:09 +01:00
"@git.zone/tsrun" : "^1.2.46" ,
2025-04-25 20:44:32 +00:00
"@git.zone/tstest" : "^1.0.96" ,
"@push.rocks/tapbundle" : "^5.6.3" ,
"@types/node" : "^22.15.2"
2024-12-13 18:31:09 +01:00
} ,
"dependencies" : {
2025-04-25 20:44:32 +00:00
"@push.rocks/lik" : "^6.2.2" ,
2024-12-13 19:24:09 +01:00
"@push.rocks/qenv" : "^6.1.0" ,
2024-12-13 19:51:42 +01:00
"@push.rocks/smartnpm" : "^2.0.4" ,
2024-12-13 22:15:33 +01:00
"@push.rocks/smarttime" : "^4.1.1" ,
2025-04-25 20:44:32 +00:00
"@push.rocks/smartxml" : "^1.1.1"
2024-12-13 18:31:09 +01: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 01:32:22 +01:00
] ,
"keywords" : [
"codefeed" ,
"Gitea" ,
"commits" ,
"changelog" ,
"repository" ,
"development tools" ,
"npm" ,
"module" ,
"code analysis" ,
"activity feed" ,
"version control"
2025-04-25 20:44:32 +00:00
] ,
"packageManager" : "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6"
2024-12-14 01:32:22 +01:00
}