feather-icons-ts-react/package.json

39 lines
918 B
JSON

{
"name": "feather-icons-ts-react",
"version": "0.1.0",
"description": "Feather Icons as a React Typescript component.",
"main": "lib/index.js",
"files": ["lib/**/*"],
"scripts": {
"build" : "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maks-it/feather-icons-ts-react.git"
},
"keywords": [
"feather",
"icons",
"react",
"svg",
"ts",
"typescript"
],
"author": "Ian J. Miller TS Port by Maksym Sadovnychyy",
"license": "ISC",
"bugs": {
"url": "https://github.com/maks-it/feather-icons-ts-react/issues"
},
"homepage": "https://github.com/maks-it/feather-icons-ts-react/#readme",
"devDependencies": {
"@types/react": "18.0.5",
"@typescript-eslint/parser": "^5.19.0",
"eslint": "^8.13.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"react": "^18.0.0",
"typescript": "^4.6.3"
},
"dependencies": {}
}