better-font-color-contrast
Version:
JavaScript module for colors for react.
55 lines (54 loc) • 1.38 kB
JSON
{
"name": "better-font-color-contrast",
"version": "1.0.0",
"description": "JavaScript module for colors for react.",
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"prepublishOnly": "npm test",
"test": "jest"
},
"author": "aponxi",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/aponxi/better-font-color-contrast.git"
},
"homepage": "https://github.com/aponxi/better-font-color-contrast#readme",
"bugs": {
"url": "https://github.com/aponxi/better-font-color-contrast/issues"
},
"keywords": [
"color",
"contrast",
"font",
"background",
"react"
],
"main": "lib/index.js",
"directories": {
"lib": "lib",
"src": "src"
},
"files": [
"lib",
"src"
],
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
"coveralls": "^3.1.1",
"eslint": "^8.1.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.1",
"eslint-plugin-standard": "^5.0.0",
"jest": "^27.3.1",
"jest-junit": "^13.0.0",
"ts-jest": "^27.0.7",
"typescript": "^4.4.4"
}
}