react-oddball-icons
Version:
Odd corporate logos to spice up your website
44 lines (43 loc) • 1.14 kB
JSON
{
"name": "react-oddball-icons",
"version": "1.0.13",
"description": "Odd corporate logos to spice up your website",
"keywords": [
"icons",
"corporate",
"odd",
"svg"
],
"homepage": "https://github.com/Niccar95/React-Oddball-Icons-npm-package#readme",
"bugs": {
"url": "https://github.com/Niccar95/React-Oddball-Icons-npm-package/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Niccar95/React-Oddball-Icons-npm-package.git"
},
"license": "ISC",
"author": "Niccar95",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel components --out-dir dist --extensions \".js,.jsx\" && cp index.js dist/index.js"
},
"devDependencies": {
"@babel/cli": "^7.27.2",
"@babel/core": "^7.27.4",
"@babel/preset-env": "^7.27.2",
"@babel/preset-react": "^7.27.1",
"@svgr/cli": "^8.1.0",
"react": "^19.1.0",
"react-dom": "^19.1.0"
}
}