UNPKG

@colormate/core

Version:

A modular and efficient color management library for JavaScript and TypeScript applications.

45 lines (44 loc) 1.14 kB
{ "name": "@colormate/core", "version": "0.5.1-beta-1", "description": "A modular and efficient color management library for JavaScript and TypeScript applications.", "type": "module", "main": "dist/index.js", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc && tsc --module CommonJS --outDir dist/cjs", "lint": "eslint 'src/**/*.{ts,tsx}' --fix", "format": "prettier --write 'src/**/*.{ts,tsx}'", "test": "jest", "prepare": "npm run build", "publish": "npm run lint && npm run format && npm publish" }, "keywords": [ "color-management", "color-utilities", "theming-library", "JavaScript-tools", "TypeScript" ], "license": "MIT", "devDependencies": { "@types/jest": "^26.x", "@typescript-eslint/eslint-plugin": "^4.x", "@typescript-eslint/parser": "^4.x", "eslint": "^7.x", "eslint-config-prettier": "^9.1.0", "jest": "^26.x", "prettier": "^2.x", "ts-jest": "^26.x", "typescript": "^4.x" } }