43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
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": {
|
|
"ingestion": "npx ts-node assets/ingestion.ts",
|
|
"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/node": "^17.0.24",
|
|
"@types/react": "18.0.5",
|
|
"@typescript-eslint/parser": "^5.19.0",
|
|
"eslint": "^8.13.0",
|
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
"node-html-parser": "^5.3.3",
|
|
"react": "^18.0.0",
|
|
"ts-node": "^10.7.0",
|
|
"typescript": "^4.6.3"
|
|
}
|
|
}
|