commitinfo/package.json

42 lines
968 B
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,
"description": "bake commitinfos into code",
"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"
2022-04-26 14:57:02 +00:00
}
2023-07-10 00:41:05 +00:00
}