shiraha-colors
Version:
Browser script to generate colors for Shiraha.
50 lines • 1.23 kB
JSON
{
"name": "shiraha-colors",
"type": "module",
"version": "0.3.0",
"description": "Browser script to generate colors for Shiraha.",
"author": "藍+85CD",
"license": "WTFPL",
"homepage": "https://shiraha.js.org",
"repository": {
"type": "git",
"url": "https://github.com/importantimport/shiraha.git",
"directory": "packages/shiraha-colors"
},
"bugs": "https://github.com/importantimport/shiraha/issues",
"keywords": [
"browser",
"material",
"material-design",
"material3",
"material you",
"color extraction",
"theming"
],
"exports": {
".": "./dist/index.js",
"./nomodule": "./dist/nomodule.js",
"./worker": "./dist/worker.js",
"./package.json": "./package.json"
},
"main": "./dist/nomodule.js",
"module": "./dist/index.js",
"unpkg": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"package.json"
],
"devDependencies": {
"@material/material-color-utilities": "^0.2.6",
"mcu-extra": "^0.0.5"
},
"scripts": {
"build": "run-s build:vite build:tsup",
"build:tsup": "tsup",
"build:vite": "vite build",
"dev": "vite dev",
"lint": "eslint src",
"format": "eslint src --fix"
}
}