| { | |
| "name": "@automattic/calypso-color-schemes", | |
| "version": "4.0.0", | |
| "description": "Calypso Shared Style Bits.", | |
| "author": "Automattic Inc.", | |
| "license": "GPL-2.0-or-later", | |
| "keywords": [ | |
| "calypso", | |
| "wordpress", | |
| "sass", | |
| "css" | |
| ], | |
| "homepage": "https://github.com/Automattic/wp-calypso/tree/HEAD/packages/calypso-color-schemes/README.md", | |
| "repository": { | |
| "type": "git", | |
| "url": "https://github.com/Automattic/wp-calypso.git", | |
| "directory": "packages/calypso-color-schemes" | |
| }, | |
| "bugs": "https://github.com/Automattic/wp-calypso/issues", | |
| "main": "css/index.css", | |
| "publishConfig": { | |
| "access": "public" | |
| }, | |
| "scripts": { | |
| "clean": "rm -rf js css root-only src/__color-studio", | |
| "prepare": "node bin/prepare-sass-assets.js && node bin/build-css.js" | |
| }, | |
| "devDependencies": { | |
| "@automattic/calypso-eslint-overrides": "workspace:^", | |
| "@automattic/calypso-typescript-config": "workspace:^", | |
| "@automattic/color-studio": "^4.1.0", | |
| "@types/node": "^22.10.10", | |
| "postcss": "^8.5.3", | |
| "postcss-custom-properties": "^12.1.11", | |
| "sass": "1.54.0" | |
| } | |
| } | |