{ "name": "gill-monorepo", "license": "MIT", "private": true, "workspaces": [ "packages/*" ], "repository": { "name": "solana-foundation/gill", "type": "git", "url": "https://github.com/solana-foundation/gill" }, "scripts": { "clean": "turbo run --concurrency=${TURBO_CONCURRENCY:-95.84%} clean && pnpm clean:root", "clean:root": "rimraf dist build node_modules .turbo", "prebuild": "turbo run --concurrency=${TURBO_CONCURRENCY:-95.84%} build --filter=gill", "build": "turbo run --concurrency=${TURBO_CONCURRENCY:-95.84%} build", "test": "turbo run --concurrency=${TURBO_CONCURRENCY:-95.84%} test", "test:treeshakability:native": "turbo run --concurrency=${TURBO_CONCURRENCY:-95.84%} test:treeshakability:native", "test:treeshakability:browser": "turbo run --concurrency=${TURBO_CONCURRENCY:-95.84%} test:treeshakability:browser", "test:treeshakability:node": "turbo run --concurrency=${TURBO_CONCURRENCY:-95.84%} test:treeshakability:node", "style:fix": "prettier --write '{*,**/*}.{ts,tsx,js,jsx,css,json,md}'" }, "version": "0.0.1", "description": "", "engines": { "node": ">=20.18.0", "npm": "please-use-pnpm", "pnpm": "^9", "yarn": "please-use-pnpm" }, "devDependencies": { "@changesets/changelog-github": "^0.5.0", "@changesets/cli": "^2.27.10", "@eslint/js": "^9.15.0", "@eslint/json": "^0.7.0", "@solana/eslint-config-solana": "^4.0.0", "@swc/jest": "^0.2.37", "@types/jest": "^29.5.14", "@types/jscodeshift": "^0.12.0", "@types/node": "^22", "@typescript-eslint/eslint-plugin": "^8.15.0", "@typescript-eslint/parser": "^8.15.0", "agadoo": "^3.0.0", "browserslist-to-esbuild": "^2.1.1", "bundlemon": "^3.1.0", "eslint": "^9.14.0", "eslint-plugin-jest": "^28.9.0", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-simple-import-sort": "^12.1.1", "eslint-plugin-sort-keys-fix": "^1.1.2", "eslint-plugin-typescript-sort-keys": "^3.3.0", "jest": "^30.0.0-alpha.6", "jest-environment-jsdom": "^30.0.0-alpha.6", "jest-runner-eslint": "^2.2.1", "jest-runner-prettier": "^1.0.0", "jest-watch-master": "^1.0.0", "jest-watch-select-projects": "^2.0.0", "jest-watch-typeahead": "^2.2.2", "jscodeshift": "^17.1.1", "prettier": "^3.3", "rimraf": "5.0.10", "ts-node": "^10.9.2", "tsup": "^8.3.5", "turbo": "^2.3.1" }, "packageManager": "pnpm@9.1.0", "author": "Solana Foundation DevRel ", "homepage": "https://github.com/solana-foundation/gill#readme", "bugs": { "url": "https://github.com/solana-foundation/gill/issues" }, "contributors": [ { "name": "Nick Frostbutter", "url": "https://github.com/nickfrosty" } ] }