create-lbgcli
Version:
前端脚手架模板
41 lines • 914 B
JSON
{
"name": "nanocolors",
"version": "0.1.6",
"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,
"engines": {
"node": ">=8.0.0"
},
"types": "./index.d.ts",
"browser": {
"./index.js": "./index.browser.js",
"./index.cjs": "./index.browser.cjs"
},
"type": "module",
"main": "index.cjs",
"module": "index.js",
"react-native": "index.js",
"exports": {
".": {
"browser": "./index.browser.js",
"require": "./index.cjs",
"import": "./index.js",
"default": "./index.js",
"types": "./index.d.ts"
},
"./package.json": "./package.json",
"./index.d.ts": "./index.d.ts"
}
}