UNPKG

easycolors

Version:

Package that stores colors of the web and many popular css frameworks

43 lines (42 loc) 1.03 kB
{ "name": "easycolors", "version": "2.0.0", "description": "Package that stores colors of the web and many popular css frameworks", "main": "build/index.js", "scripts": { "create": "node creators", "build": "tsc", "release": "standard-version", "share": "git push --follow-tags origin main && npm publish", "test": "node tests" }, "repository": { "type": "git", "url": "git+https://github.com/JebBarbas/easycolors.git" }, "keywords": [ "color", "colors", "web", "bootstrap", "tailwind", "tailwindcss", "material", "ui", "ux", "materialui" ], "author": "jebbarbas", "license": "MIT", "bugs": { "url": "https://github.com/JebBarbas/easycolors/issues" }, "homepage": "https://github.com/JebBarbas/easycolors#readme", "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.30.6", "@typescript-eslint/parser": "^5.30.6", "eslint": "^8.20.0", "standard-version": "^9.5.0", "typescript": "^4.7.4" } }