UNPKG

cie-colorconverter

Version:
42 lines (41 loc) 1.01 kB
{ "name": "cie-colorconverter", "version": "3.1.0", "description": "Convert between CIE color spaces", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "require": "./dist/index.js", "import": "./dist/index.mjs", "types": "./dist/index.d.ts" }, "./package.json": "./package.json" }, "scripts": { "build": "tsup src/index.ts --format cjs,esm --dts --sourcemap --minify", "test": "jest --verbose", "test:watch": "jest --config=jest.config.js --watch", "prepare": "yarn build" }, "keywords": [ "CIE", "Color", "Color space" ], "author": "Grant Sander", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/gksander/CIE-ColorConverter.git" }, "devDependencies": { "@types/jest": "^24.0.12", "jest": "^24.7.1", "prettier": "^2.4.1", "ts-jest": "^24.0.2", "tsup": "^5.11.13", "typescript": "^4.4.3" } }