UNPKG

@sandlada/material-token-generator

Version:

Use the @material/material-color-utilities tool to create a set of tokens based on material design.

60 lines (59 loc) 1.56 kB
{ "name": "@sandlada/material-token-generator", "version": "0.3.0-nightly.1000", "publishConfig": { "access": "public" }, "description": "Use the @material/material-color-utilities tool to create a set of tokens based on material design.", "keywords": [ "color", "theme-generator", "material", "material-design", "material-tokens", "tokens", "css", "color-tokens" ], "main": "build/index.js", "module": "build/index.js", "files": [ "build/**/*" ], "exports": { ".": { "import": "./build/index.js", "require": "./build/index.js", "types": "./build/index.d.ts", "default": "./build/index.js" }, "./*": { "import": "./*.js", "require": "./*.js", "types": "./build/*.d.ts", "default": "./*.js" } }, "scripts": { "compile": "rollup --config" }, "author": "Sandlada & Kai-Orion", "license": "MIT", "type": "module", "dependencies": { "@glare-labs/jtc-lib": "^0.0.1" }, "devDependencies": { "@material/material-color-utilities": "^0.3.0", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.3", "@types/node": "24.0.4", "rollup": "^4.44.1", "tslib": "^2.8.1", "typescript": "~5.8.3" }, "workspaces": [ "dev-app" ] }