micro-ansi
Version:
Easily use 4 bit ANSI colors in your HTML or terminal
39 lines (38 loc) • 863 B
JSON
{
"name": "micro-ansi",
"version": "1.4.1",
"description": "Easily use 4 bit ANSI colors in your HTML or terminal",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nathanlschneider/micro-ansi.git"
},
"keywords": [
"nextjs",
"log",
"color",
"terminal",
"ansi",
"chalk"
],
"author": "Nathan Schneider",
"license": "MIT",
"bugs": {
"url": "https://github.com/nathanlschneider/micro-ansi/issues"
},
"homepage": "https://github.com/nathanlschneider/micro-ansi#readme",
"devDependencies": {
"ts-node": "^10.9.2",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
}
}