{ "name": "s.color", "version": "0.0.15", "description": "Simple color library.", "main": "lib/index.js", "files": [ "lib", "README.md" ], "directories": { "lib": "lib" }, "scripts": { "prepack": "tsc -b && npm run test && suf", "test": "jest --coverage", "test:watch": "jest --watch --coverage" }, "author": "Syler", "license": "MIT", "devDependencies": { "jest": "^24.9.0", "ts-jest": "^24.0.2", "suf-cli": "^0.1.0", "@types/jest": "^24.0.18", "typescript": "^3.6.2" }, "repository": { "type": "git", "url": "https://github.com/TheRealSyler/s.color" }, "keywords": [ "color", "rgb", "hex", "rgba" ], "dependencies": {} }