commitinfo/package.json

58 lines
1.4 KiB
JSON
Raw Normal View History

2022-04-25 07:58:42 +00:00
{
2023-07-10 00:41:05 +00:00
"name": "@push.rocks/commitinfo",
2022-04-28 14:26:38 +00:00
"version": "1.0.11",
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": {
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tsbundle": "^1.0.78",
"@gitzone/tstest": "^1.0.44",
2022-04-26 14:57:02 +00:00
"@pushrocks/tapbundle": "^5.0.3",
2022-04-28 14:25:23 +00:00
"@types/node": "^17.0.29"
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": {
"@pushrocks/projectinfo": "^5.0.1",
"@pushrocks/smartfile": "^9.0.6",
2022-04-28 14:25:23 +00:00
"@pushrocks/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"
}
2023-07-10 00:41:05 +00:00
}