{ "name": "@push.rocks/smartlog-source-ora", "version": "1.0.9", "private": false, "description": "A project that integrates smartlog logging capabilities with the ora spinner for visually appealing CLI output.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "author": "Lossless GmbH", "license": "MIT", "scripts": { "test": "(tstest test/)", "build": "(tsbuild --web)", "format": "(gitzone format)" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.24", "@gitzone/tstest": "^1.0.33", "@pushrocks/tapbundle": "^3.2.1", "@types/node": "^14.0.11", "tslint": "^6.1.2", "tslint-config-prettier": "^1.15.0" }, "dependencies": { "@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" ], "keywords": [ "logging", "smartlog", "ora spinner", "CLI", "typescript", "node.js", "developer tools" ], "homepage": "https://code.foss.global/push.rocks/smartlog-source-ora", "repository": { "type": "git", "url": "https://code.foss.global/push.rocks/smartlog-source-ora.git" } }