smartlog-source-ora/package.json

53 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2019-05-09 17:17:03 +00:00
{
2023-07-10 08:16:15 +00:00
"name": "@push.rocks/smartlog-source-ora",
2020-06-07 13:03:15 +00:00
"version": "1.0.9",
2019-05-09 17:17:03 +00:00
"private": false,
2024-04-14 15:54:59 +00:00
"description": "A project that integrates smartlog logging capabilities with the ora spinner for visually appealing CLI output.",
2020-06-07 13:03:13 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2019-05-09 17:17:03 +00:00
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
2020-06-07 13:03:13 +00:00
"build": "(tsbuild --web)",
2019-05-09 17:17:03 +00:00
"format": "(gitzone format)"
},
"devDependencies": {
2020-06-07 13:03:13 +00:00
"@gitzone/tsbuild": "^2.1.24",
"@gitzone/tstest": "^1.0.33",
"@pushrocks/tapbundle": "^3.2.1",
"@types/node": "^14.0.11",
"tslint": "^6.1.2",
2019-05-09 17:17:03 +00:00
"tslint-config-prettier": "^1.15.0"
},
"dependencies": {
2020-06-07 13:03:13 +00:00
"@pushrocks/smartlog-interfaces": "^2.0.15",
"ora": "^4.0.4"
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
2024-04-14 15:54:59 +00:00
],
"keywords": [
"logging",
"smartlog",
"ora spinner",
"CLI",
"typescript",
"node.js",
"developer tools"
2024-05-29 12:14:30 +00:00
],
"homepage": "https://code.foss.global/push.rocks/smartlog-source-ora",
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smartlog-source-ora.git"
}
2023-07-10 08:16:15 +00:00
}