jebcolors
Version:
npm module that contains colors, gradients and a class used to modify the colors or gradients
60 lines (59 loc) • 1.93 kB
JSON
{
"name": "jebcolors",
"version": "3.0.0",
"description": "npm module that contains colors, gradients and a class used to modify the colors or gradients",
"main": "dist/index.js",
"scripts": {
"test": "node ./dist/scripts/test.js",
"generatejson": "npm run test && node ./dist/scripts/generatejson.js",
"watchcolors": "npm run generatejson && node ./dist/scripts/watchcolors.js && npx serve docs",
"getgradients": "node ./dist/gradients/getui.js",
"copybundle": "node ./dist/scripts/copybundle.js",
"pack": "webpack",
"build": "tsc",
"buildall": "npm run build && npm run getgradients && npm run build && npm run generatejson && npm run pack && npm run copybundle",
"release": "standard-version",
"share": "git push --follow-tags origin main && npm publish",
"history": "git log --oneline --decorate --all --graph",
"lowercase": "node ./dist/scripts/lowercasecolorgroup.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JebBarbas/jebcolors.git"
},
"keywords": [
"colors",
"gradients",
"jebcolors",
"react-native",
"react",
"uigradients",
"grabient"
],
"author": "jebbarbas",
"license": "ISC",
"bugs": {
"url": "https://github.com/JebBarbas/jebcolors/issues"
},
"homepage": "https://github.com/JebBarbas/jebcolors#readme",
"devDependencies": {
"@types/color-convert": "^2.0.0",
"@types/node": "^16.4.7",
"@types/node-fetch": "^2.5.12",
"@types/seedrandom": "^3.0.1",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"colors": "^1.4.0",
"eslint": "^7.32.0",
"helpscript": "^1.0.3",
"node-fetch": "^2.6.1",
"standard-version": "^9.3.1",
"typescript": "^4.3.5",
"webpack": "^5.51.1",
"webpack-cli": "^4.8.0"
},
"dependencies": {
"color-convert": "^2.0.1",
"seedrandom": "^3.0.5"
}
}