astro-ghostcms/.pnpm-store/v3/files/32/eb29c7a0d4b2fdcd689096557ca...

39 lines
729 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
{
"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": {}
}