UNPKG

tamagui-phosphor

Version:

A Tamagui-themed icon library for Phosphor Icons.

106 lines (105 loc) 2.57 kB
{ "name": "tamagui-phosphor", "version": "0.1.25", "sideEffects": false, "description": "A Tamagui-themed icon library for Phosphor Icons.", "source": "src/index.ts", "types": "./types/index.d.ts", "main": "src/index.ts", "files": [ "src", "types" ], "scripts": { "build": "tamagui-build", "watch": "tamagui-build --watch", "clean": "tamagui-build clean", "clean:build": "tamagui-build clean:build", "prepare": "bun run generate", "release": "release-it", "generate": "bun ./bin/generate", "test": "bun test" }, "keywords": [ "react-native", "tamagui", "phosphor", "icons" ], "repository": { "type": "git", "url": "git+https://github.com/alantoa/tamagui-phosphor.git" }, "author": "alantoa <toacncom@gmail.com> (https://github.com/alantoa)", "license": "MIT", "bugs": { "url": "https://github.com/alantoa/tamagui-phosphor/issues" }, "homepage": "https://github.com/alantoa/tamagui-phosphor#readme", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "devDependencies": { "@biomejs/biome": "1.9.4", "@release-it/conventional-changelog": "^9.0.2", "@tamagui/build": "^1.125.26", "@tamagui/core": "^1.125.26", "@tamagui/helpers-icon": "^1.125.26", "@testing-library/dom": "^10.4.0", "@testing-library/react": "^16.2.0", "@types/bun": "^1.1.17", "@types/react": "^18.2.44", "camelcase": "^8.0.0", "cheerio": "^1.0.0", "react": "18.3.1", "react-native-svg": "^15.11.2", "release-it": "^17.10.0", "typescript": "^5.2.2", "uppercamelcase": "^3.0.0" }, "resolutions": { "@types/react": "^18.2.44" }, "peerDependencies": { "@types/react": "*", "@tamagui/core": "*", "@tamagui/helpers-icon": "*", "@tamagui/build": "*", "react-native-svg": "*", "react": "*" }, "release-it": { "git": { "commitMessage": "chore: release ${version}", "tagName": "v${version}" }, "npm": { "publish": true }, "github": { "release": true }, "plugins": { "@release-it/conventional-changelog": { "preset": "angular" } } }, "prettier": { "quoteProps": "consistent", "singleQuote": true, "tabWidth": 2, "trailingComma": "es5", "useTabs": false }, "codegenConfig": { "name": "TamaguiPhosphorIconsSpec", "type": "modules", "jsSrcsDir": "src" }, "create-react-native-library": { "languages": "js", "type": "library", "version": "0.45.5" } }