25 lines
516 B
JSON
25 lines
516 B
JSON
{
|
|
"name": "picocolors",
|
|
"version": "0.2.1",
|
|
"main": "./picocolors.js",
|
|
"types": "./picocolors.d.ts",
|
|
"browser": {
|
|
"./picocolors.js": "./picocolors.browser.js"
|
|
},
|
|
"sideEffects": false,
|
|
"description": "The tiniest and the fastest coloring library ever",
|
|
"files": [
|
|
"picocolors.*",
|
|
"types.ts"
|
|
],
|
|
"keywords": [
|
|
"terminal",
|
|
"colors",
|
|
"formatting",
|
|
"cli",
|
|
"console"
|
|
],
|
|
"author": "Alexey Raspopov",
|
|
"repository": "alexeyraspopov/picocolors",
|
|
"license": "ISC"
|
|
}
|