terminal-styling
Version:
A npm package to add some styling to terminal output
38 lines (37 loc) • 913 B
JSON
{
"name": "terminal-styling",
"version": "2.0.2",
"description": "A npm package to add some styling to terminal output",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"publish": "npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Theticarcher/terminal-styling.git"
},
"keywords": [
"terminal-styling",
"terminal-colors"
],
"author": "theticarcher38",
"license": "MIT",
"bugs": {
"url": "https://github.com/Theticarcher/terminal-styling/issues"
},
"homepage": "https://github.com/Theticarcher/terminal-styling/blob/main/README.md",
"dependencies": {
"@types/node": "^16.0.0",
"typescript": "^4.3.5"
},
"devDependencies": {
"nodemon": "^2.0.9",
"ts-node": "^10.9.1"
}
}