1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
{
"name": "tinyrainbow",
"version": "3.0.3",
"packageManager": "pnpm@9.15.1",
"description": "A small library to print colourful messages.",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"browser": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"files": [
"dist/**"
],
"repository": {
"type": "git",
"url": "git+https://github.com/tinylibs/tinyrainbow.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/tinylibs/tinyrainbow/issues"
},
"homepage": "https://github.com/tinylibs/tinyrainbow#readme",
"keywords": [
"colors",
"tty"
],
"engines": {
"node": ">=14.0.0"
}
}
|