UNPKG

@logstack/eon

Version:

A refined collection of neutral tones with subtle accents for modern UI design.

87 lines (86 loc) 2.37 kB
{ "name": "@logstack/eon", "version": "1.0.3", "description": "A refined collection of neutral tones with subtle accents for modern UI design.", "keywords": [ "design-system", "color-palette", "css", "sass", "scss", "json", "css-variables", "logstack", "eon", "eon-colors", "ui" ], "license": "MIT", "author": { "name": "Muhammed A. Senghore", "email": "logstacklabs@gmail.com", "url": "https://www.msio.me" }, "type": "module", "main": "./src/index.js", "module": "./src/index.js", "types": "./dist/eon.d.ts", "exports": { ".": { "types": "./dist/eon.d.ts", "import": "./dist/index.js", "require": "./src/index.js", "default": "./src/index.js" }, "./inject": { "import": "./src/inject.js", "require": "./src/inject.js" }, "./css": "./dist/eon.css", "./sass": "./dist/eon.scss", "./scss": "./dist/eon.scss", "./json": "./dist/eon.json", "./types": "./dist/eon.d.ts" }, "files": [ "src/", "dist/", "docs/", "scripts/", "LICENSE" ], "sideEffects": false, "scripts": { "build": "node scripts/generate-exports.js", "prepublishOnly": "npm run build", "prepack": "npm run build", "test": "vitest", "test:types": "tsd", "test:run": "vitest run", "test:watch": "vitest --watch", "test:coverage": "vitest run --coverage", "postinstall": "echo 'EON palette installed! SEE: `https://github.com/logstacklabs/eon#readme` for usage guide.'" }, "homepage": "https://github.com/logstacklabs/eon#readme", "bugs": { "url": "https://github.com/logstacklabs/eon/issues" }, "repository": { "type": "git", "url": "git+https://github.com/logstacklabs/eon.git" }, "engines": { "node": ">=24.3.0" }, "devDependencies": { "@vitest/coverage-v8": "^3.2.4", "jsdom": "^26.1.0", "tsd": "^0.32.0", "vi": "^1.0.0", "vitest": "^3.2.4" }, "funding": { "type": "individual", "url": "https://github.com/sponsors/logstacklabs" } }