| 123456789101112131415161718192021222324252627282930313233343536 |
- {
- "name": "@pythnetwork/known-publishers",
- "version": "0.0.0",
- "private": true,
- "type": "module",
- "exports": {
- ".": "./src/index.tsx"
- },
- "scripts": {
- "fix:format": "prettier --write .",
- "fix:lint": "eslint --fix . --max-warnings 0",
- "test:format": "prettier --check .",
- "test:lint": "eslint . --max-warnings 0",
- "test:types": "ts-duality"
- },
- "peerDependencies": {
- "react": "catalog:"
- },
- "devDependencies": {
- "@cprussin/eslint-config": "catalog:",
- "@cprussin/jest-config": "catalog:",
- "@cprussin/prettier-config": "catalog:",
- "@cprussin/tsconfig": "catalog:",
- "@types/jest": "catalog:",
- "@types/react": "catalog:",
- "eslint": "catalog:",
- "jest": "catalog:",
- "prettier": "catalog:",
- "react": "catalog:"
- },
- "engines": {
- "node": ">=22.16.0",
- "pnpm": ">=10.19.0"
- },
- "packageManager": "pnpm@10.19.0"
- }
|