Son CV dans un terminal web en Javascript! https://terminal-cv.gregandev.fr
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

35 lines
777 B

{
"name": "nanocolors",
"version": "0.1.12",
"description": "2x times faster than chalk and use 5x less space in node_modules",
"keywords": [
"color",
"colors",
"ansi",
"cli",
"console",
"terminal",
"chalk"
],
"author": "Andrey Sitnik <andrey@sitnik.ru>",
"license": "MIT",
"repository": "ai/nanocolors",
"sideEffects": false,
"type": "module",
"types": "./index.d.ts",
"browser": {
"./index.js": "./index.browser.js",
"./index.cjs": "./index.browser.cjs"
},
"main": "index.cjs",
"module": "index.js",
"exports": {
".": {
"browser": "./index.browser.js",
"require": "./index.cjs",
"import": "./index.js",
"default": "./index.js"
},
"./package.json": "./package.json"
}
}