autaut
Version:
71 lines (70 loc) • 1.71 kB
JSON
{
"name": "autaut",
"version": "1.2.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.mjs",
"repository": {
"type": "git",
"url": "https://github.com/CarloAbernathy/autaut.git"
},
"bugs": {
"url": "https://github.com/CarloAbernathy/autaut.git/issues"
},
"author": "KingBernier",
"license": "Apache-2.0",
"scripts": {
"download": "node scripts/download-icons.mjs",
"generate:jsx": "node scripts/convert-svg.mjs",
"generate:index": "node scripts/generate-index.mjs",
"generate:build": "tsup --env.NODE_ENV production --dts --format esm,cjs",
"clean": "rm -rf dist/ && rm -rf src/",
"build": "yarn clean && yarn download && yarn generate:jsx && yarn generate:index && yarn generate:build",
"fix": "preconstruct fix"
},
"sideEffects": false,
"files": [
"dist/",
"svg/"
],
"keywords": [
"non",
"icon",
"react",
"react-icons",
"react-chain-icons",
"thirdweb",
"harum"
],
"peerDependencies": {
"react": "*"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@svgr/core": "^6.1.1",
"@svgr/plugin-jsx": "^6.1.0",
"@svgr/plugin-prettier": "^6.0.0",
"@svgr/plugin-svgo": "^6.1.0",
"@types/react": "^18",
"got": "^12.0.0",
"react": "*",
"svgo-autocrop": "^1.1.1",
"tsup": "^6.1.2",
"typescript": "^4.5.3"
},
"resolutions": {
"glob-parent": "^5.1.2"
},
"tsup": {
"entry": [
"src/"
],
"splitting": false,
"sourcemap": true,
"clean": true
}
}