Files
memecoin-botV2/.pnpm-store/v10/files/09/558785b713783a874bc419c7d6fee2576d0550bc9731db2963d8d1c353dd0733dba8b764e297b3177ecc7d22c7ccae2b252f0b42237c739bb1b7dba29bf13d

36 lines
790 B
Plaintext

{
"name": "tinyrainbow",
"version": "3.1.1",
"packageManager": "pnpm@10.34.5",
"description": "A small library to print colourful messages.",
"type": "module",
"sideEffects": false,
"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"
}
}