@jstock/hexgen
Version:
A simple tool for generating hex code color ranges
42 lines • 1.04 kB
JSON
{
"name": "@jstock/hexgen",
"version": "1.0.7",
"description": "A simple tool for generating hex code color ranges",
"author": "Jamey Stock <jameystock.dev@gmail.com>",
"license": "ISC",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
"keywords": [
"hex",
"hexcode",
"colors",
"generator",
"cli"
],
"homepage": "https://github.com/jstock/hexgen#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/jstock/hexgen.git"
},
"bugs": {
"url": "https://github.com/jstock/hexgen/issues",
"email": "jameystock.dev@gmail.com"
},
"devDependencies": {
"@eslint/js": "^9.22.0",
"@types/jest": "^29.5.14",
"eslint": "^9.22.0",
"globals": "^16.0.0",
"jest": "^29.7.0",
"typedoc": "^0.27.9",
"typedoc-plugin-markdown": "^4.4.2",
"typescript": "^5.8.2"
},
"scripts": {
"start": "node .",
"lint": "eslint .",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"docs": "npx typedoc"
}
}