UNPKG

rampensau

Version:

Color ramp generator using curves within the HSL color model

54 lines (53 loc) 1.4 kB
{ "name": "rampensau", "version": "2.1.0", "description": "Color ramp generator using curves within the HSL color model", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "browser": "./dist/index.min.js", "jsdelivr": "./dist/index.umd.js", "exports": { "require": { "types": "./dist/index.d.ts", "default": "./dist/index.cjs" }, "import": { "types": "./dist/index.d.ts", "default": "./dist/index.mjs" } }, "scripts": { "build": "npm run lint && tsc --build && node ./build.js", "dev": "tsc --build --watch", "test": "vitest", "lint": "eslint . --ext .ts && npx prettier --check ./src/", "prettier": "npx prettier --write ./src/" }, "repository": { "type": "git", "url": "git+https://github.com/meodai/rampensau.git" }, "keywords": [ "color", "generative-art", "colour", "palette-generation", "generative" ], "author": "David Aerne @meodai", "license": "MIT", "bugs": { "url": "https://github.com/meodai/fettepalette/issues" }, "homepage": "https://github.com/meodai/fettepalette#readme", "devDependencies": { "@typescript-eslint/eslint-plugin": "^4.31.2", "@typescript-eslint/parser": "^4.31.2", "esbuild": "^0.25.3", "eslint": "^7.32.0", "prettier": "2.4.1", "typescript": "^4.4.3", "vitest": "^3.1.2" } }