UNPKG

eight-colors

Version:
40 lines (39 loc) 1.09 kB
{ "name": "eight-colors", "version": "1.3.1", "description": "Eight colors for the console", "main": "./lib/index.js", "browser": { "eight-colors": "./dist/eight-colors.js" }, "exports": { ".": { "types": "./lib/index.d.ts", "import": "./lib/index.mjs", "require": "./lib/index.js", "default": "./lib/index.js" }, "./package.json": "./package.json" }, "types": "./lib/index.d.ts", "scripts": { "test": "node ./scripts/test.cjs && node ./scripts/test.mjs", "link": "sf link ./ -f", "build": "sf lint && sf b -p", "patch": "npm run build && sf publish patch -r" }, "files": [ "lib", "dist" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/cenfun/eight-colors.git" }, "devDependencies": { "eslint": "^9.11.0", "eslint-config-plus": "^2.0.2", "eslint-plugin-html": "^8.1.1" } }