consolecolor/package.json
2024-03-13 20:02:12 +01:00

55 lines
1.2 KiB
JSON

{
"name": "@push.rocks/consolecolor",
"version": "2.0.1",
"private": false,
"description": "colors for beautylog",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild --allowimplicitany)",
"buildDocs": "tsdoc"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/push.rocks/consolecolor.git"
},
"keywords": [
"color",
"terminal",
"beautylog",
"push.rocks"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/push.rocks/consolecolor/issues"
},
"homepage": "https://gitlab.com/push.rocks/consolecolor#readme",
"dependencies": {
"ansi-256-colors": "^1.1.0"
},
"devDependencies": {
"@git.zone/tsbuild": "^2.1.72",
"@git.zone/tsrun": "^1.1.9",
"@git.zone/tstest": "^1.0.88",
"@push.rocks/tapbundle": "^5.0.15",
"@types/node": "^10.5.2"
},
"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"
]
}