UNPKG

poline

Version:

color palette generator mico-lib

61 lines (60 loc) 1.73 kB
{ "name": "poline", "version": "0.13.0", "description": "color palette generator mico-lib", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.min.mjs", "browser": "./dist/index.min.js", "jsdelivr": "./dist/index.umd.js", "exports": { ".": { "require": "./dist/index.cjs", "import": "./dist/index.mjs", "types": "./dist/index.d.ts" }, "./picker": { "require": "./dist/picker.cjs", "import": "./dist/picker.mjs", "types": "./dist/webcomponent.d.ts" } }, "types": "dist/index.d.ts", "scripts": { "build": "npm test && npm run lint && tsc --build && node ./build.js", "test": "vitest run", "lint": "eslint . --ext .ts && npx prettier --check ./src/", "prettier": "npx prettier --write ./src/", "bsc": "browser-sync start --server 'dist' --files 'dist'", "watch": "esbuild ./src/index.ts --bundle --sourcemap --outfile=./dist/index.mjs --format=esm --watch", "dev": "npm-run-all --parallel watch bsc" }, "repository": { "type": "git", "url": "git+https://github.com/meodai/poline.git" }, "keywords": [ "color", "generative-art", "colour", "palette-generation", "generative" ], "author": "meodai@gmail.com", "license": "MIT", "bugs": { "url": "https://github.com/meodai/poline/issues" }, "homepage": "https://github.com/meodai/poline#readme", "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.48.0", "@typescript-eslint/parser": "^5.48.0", "browser-sync": "^2.27.11", "esbuild": "^0.16.14", "eslint": "^8.31.0", "npm-run-all": "^4.1.5", "prettier": "^2.8.1", "typescript": "^4.9.4", "vitest": "^3.2.4" } }