@new-ui/colors
Version:
43 lines (42 loc) • 887 B
JSON
{
"name": "@new-ui/colors",
"version": "2.2.5",
"description": "New UI colors",
"source": "src/index.scss",
"main": "dist/index.css",
"targets": {
"main": false
},
"files": [
"dist/",
"src/",
"README.md",
"LICENSE"
],
"scripts": {
"watch": "PARCEL_WORKERS=0 parcel watch",
"build": "PARCEL_WORKERS=0 parcel build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CreateNewUI/foundations.git"
},
"keywords": [
"colors",
"color-palette",
"themes",
"tokens",
"design-system",
"color-system"
],
"author": "@planetabhi",
"license": "MIT",
"bugs": {
"url": "https://github.com/CreateNewUI/foundations/issues"
},
"homepage": "https://github.com/CreateNewUI/foundations#readme",
"devDependencies": {
"@parcel/transformer-sass": "^2.16.4",
"parcel": "^2.16.4"
}
}