codefeed/package.json
Philipp Kunz d103778a75
Some checks failed
Default (tags) / security (push) Successful in 43s
Default (tags) / test (push) Successful in 2m19s
Default (tags) / release (push) Failing after 1m32s
Default (tags) / metadata (push) Successful in 1m58s
1.5.2
2024-12-14 00:33:58 +01:00

53 lines
1.3 KiB
JSON

{
"name": "@foss.global/codefeed",
"version": "1.5.2",
"private": false,
"description": "a module for creating feeds for code development",
"exports": {
".": "./dist_ts/index.js",
"./interfaces": "./dist_ts/interfaces/index.js"
},
"type": "module",
"author": "Task Venture Capital GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild tsfolders --web --allowimplicitany)",
"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",
"@types/node": "^22.10.2"
},
"dependencies": {
"@push.rocks/qenv": "^6.1.0",
"@push.rocks/smartnpm": "^2.0.4",
"@push.rocks/smarttime": "^4.1.1",
"@push.rocks/smartxml": "^1.0.8"
},
"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"
]
}