Files
commitinfo/package.json
T

62 lines
1.4 KiB
JSON
Raw Normal View History

2022-04-25 09:58:42 +02:00
{
2023-07-10 02:41:05 +02:00
"name": "@push.rocks/commitinfo",
2026-05-01 18:16:09 +00:00
"version": "1.0.13",
2022-04-25 09:58:42 +02:00
"private": false,
2024-04-14 13:33:50 +02:00
"description": "A tool to bake commit information into code for tracking and version control.",
"exports": {
".": "./dist_ts/index.js"
},
2022-04-25 09:58:42 +02:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
"author": "Task Venture Capital GmbH <hello@task.vc>",
2022-04-25 09:58:42 +02:00
"license": "MIT",
"scripts": {
"test": "tstest test/",
"build": "tsbuild --web"
2022-04-25 09:58:42 +02:00
},
"devDependencies": {
"@git.zone/tsbuild": "^4.4.0",
"@git.zone/tsrun": "^2.0.3",
"@git.zone/tstest": "^3.6.3",
"@types/node": "^25.6.0"
2022-04-25 09:58:42 +02:00
},
"browserslist": [
"last 1 chrome versions"
],
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
".smartconfig.json",
"license",
2022-04-25 09:58:42 +02:00
"npmextra.json",
"readme.md"
2022-04-26 16:57:02 +02:00
],
"dependencies": {
"@push.rocks/projectinfo": "^5.1.0",
"@push.rocks/smartversion": "^3.1.0"
2024-04-14 13:33:50 +02:00
},
"keywords": [
"version control",
"commit information",
"typescript",
"node.js",
"software development",
"project management",
"code maintenance",
"continuous integration",
"continuous deployment"
2024-05-29 13:55:22 +02:00
],
"homepage": "https://code.foss.global/push.rocks/commitinfo",
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/commitinfo.git"
}
2024-06-23 12:57:24 +02:00
}