blob: fdca1aa242b9a5c0a8a14b6ba63697cd13e85afc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"author": {
"name": "Jorge Bucaran"
},
"description": "Color your terminal using pure idiomatic JavaScript.",
"exports": {
"./package.json": "./package.json",
".": {
"require": "./index.cjs",
"import": "./index.js"
}
},
"license": "MIT",
"main": "index.cjs",
"module": "index.js",
"name": "colorette",
"repository": {
"type": "git",
"url": "git+https://github.com/jorgebucaran/colorette.git"
},
"type": "module",
"version": "1.2.1"
}
|