Files
consolecolor/package.json

64 lines
1.6 KiB
JSON
Raw Normal View History

2017-01-21 15:49:00 +01:00
{
2023-07-10 02:41:08 +02:00
"name": "@push.rocks/consolecolor",
"version": "2.0.3",
"private": false,
2024-04-14 13:34:25 +02:00
"description": "A module for applying color styles to console output.",
2024-03-13 20:02:12 +01:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2017-01-21 15:49:00 +01:00
"scripts": {
"test": "(tstest test/ --verbose --testlog --timeout 20)",
2024-03-13 20:02:12 +01:00
"build": "(tsbuild --allowimplicitany)",
"buildDocs": "tsdoc"
2017-01-21 15:49:00 +01:00
},
"repository": {
"type": "git",
2024-05-29 13:55:36 +02:00
"url": "https://code.foss.global/push.rocks/consolecolor.git"
2017-01-21 15:49:00 +01:00
},
"keywords": [
2024-04-14 13:34:25 +02:00
"console log styling",
"ANSI colors",
"terminal colors",
"command line utilities",
"node.js",
"typescript",
"text formatting",
"log enhancement",
"development tools"
2017-01-21 15:49:00 +01:00
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://code.foss.global/push.rocks/consolecolor/issues"
2017-01-21 15:49:00 +01:00
},
"homepage": "https://code.foss.global/push.rocks/consolecolor#readme",
2017-01-21 18:10:27 +01:00
"dependencies": {
"ansi-256-colors": "^1.1.0"
2017-01-21 18:10:27 +01:00
},
"devDependencies": {
2024-03-13 20:02:12 +01:00
"@git.zone/tsbuild": "^2.1.72",
"@git.zone/tsrun": "^1.1.9",
"@git.zone/tstest": "^2.3.2",
"@types/node": "^22.0.0"
2024-03-13 20:02:12 +01:00
},
"type": "module",
"browserslist": [
"last 1 chrome versions"
],
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
],
"pnpm": {
"overrides": {}
},
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
}