UNPKG

react-icon-tint

Version:
76 lines (75 loc) 2.26 kB
{ "name": "react-icon-tint", "version": "2.5.1", "description": "Put some colour on your PNG Icons.", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "tsc -p ./tsconfig.json", "commit": "git-cz", "format": "prettier --write \"**/*.+(ts|tsx|md|yml|json)\"", "lint": "eslint ./src --ext .jsx,.ts --ignore-pattern *.test.ts", "semantic-release": "semantic-release", "test:update": "npm test -- --updateSnapshot --coverage", "test": "NODE_ENV=test jest --config=jest.config.js --coverage --forceExit --detectOpenHandles" }, "repository": { "type": "git", "url": "git+https://github.com/husek/react-icon-tint.git" }, "author": "husek", "license": "MIT", "bugs": { "url": "https://github.com/husek/react-icon-tint/issues" }, "homepage": "https://github.com/husek/react-icon-tint/", "keywords": [ "react", "react-component", "png", "icon", "color", "react.js", "tint", "colorify", "canvas" ], "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "lint-staged": { "*.{tsx,ts}": [ "eslint --fix", "prettier --config ./.prettierrc --write", "git add" ] }, "devDependencies": { "@semantic-release/changelog": "^3.0.4", "@semantic-release/commit-analyzer": "^6.2.0", "@semantic-release/git": "^7.0.16", "@semantic-release/npm": "^5.1.13", "@semantic-release/release-notes-generator": "^7.2.1", "@testing-library/react": "^12.1.3", "@types/jest": "^24.0.16", "@types/react": "^16.8.23", "@typescript-eslint/eslint-plugin": "^1.13.0", "@typescript-eslint/parser": "^1.13.0", "eslint": "^6.1.0", "eslint-plugin-react": "^7.14.3", "eslint-plugin-react-hooks": "^1.6.1", "jest": "^24.8.0", "jest-canvas-mock": "^2.3.1", "lint-staged": "^9.2.1", "npm-run-all": "^4.1.5", "prettier": "^1.18.2", "react": "^18.2.0", "react-dom": "^18.2.0", "stylelint": "^10.1.0", "stylelint-config-standard": "^18.3.0", "stylelint-order": "^3.0.1", "stylelint-scss": "^3.9.2", "ts-jest": "^24.0.2", "typescript": "^3.5.3" } }