UNPKG

shade-generator

Version:
35 lines (34 loc) 749 B
{ "name": "shade-generator", "version": "1.2.7", "description": "Generate tints and shades easily.", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "tsc", "test": "echo \"No test specified\"", "type-check": "tsc --noEmit" }, "repository": { "type": "git", "url": "git+https://github.com/joaorr3/shade-generator.git" }, "keywords": [ "color", "shades", "tints", "generator" ], "author": "João Ribeiro", "license": "MIT", "bugs": { "url": "https://github.com/joaorr3/shade-generator/issues" }, "homepage": "https://github.com/joaorr3/shade-generator#readme", "devDependencies": { "typescript": "^4.6.2" }, "files": [ "dist/*" ] }