commitinfo/package.json

60 lines
1.4 KiB
JSON
Raw Permalink Normal View History

2022-04-25 07:58:42 +00:00
{
2023-07-10 00:41:05 +00:00
"name": "@push.rocks/commitinfo",
2024-06-23 10:57:24 +00:00
"version": "1.0.12",
2022-04-25 07:58:42 +00:00
"private": false,
2024-04-14 11:33:50 +00:00
"description": "A tool to bake commit information into code for tracking and version control.",
2022-04-25 07:58:42 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
2022-04-26 14:57:02 +00:00
"build": "(tsbuild --web --allowimplicitany)"
2022-04-25 07:58:42 +00:00
},
"devDependencies": {
2024-06-23 10:57:23 +00:00
"@git.zone/tsbuild": "^2.1.66",
"@git.zone/tsbundle": "^2.0.8",
"@git.zone/tsrun": "^1.2.46",
"@git.zone/tstest": "^1.0.77",
"@push.rocks/tapbundle": "^5.0.8",
"@types/node": "^20.14.8"
2022-04-25 07:58:42 +00:00
},
"browserslist": [
"last 1 chrome versions"
],
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
2022-04-26 14:57:02 +00:00
],
"dependencies": {
2024-06-23 10:57:23 +00:00
"@push.rocks/projectinfo": "^5.0.1",
"@push.rocks/smartfile": "^10.0.26",
"@push.rocks/smartversion": "^3.0.2"
2024-04-14 11:33:50 +00:00
},
"keywords": [
"version control",
"commit information",
"typescript",
"node.js",
"software development",
"project management",
"code maintenance",
"continuous integration",
"continuous deployment"
2024-05-29 11:55:22 +00:00
],
"homepage": "https://code.foss.global/push.rocks/commitinfo",
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/commitinfo.git"
}
2024-06-23 10:57:24 +00:00
}