{
	"name": "@chainlink/cre-sdk",
	"version": "1.5.0",
	"type": "module",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"exports": {
		".": {
			"types": "./dist/index.d.ts",
			"import": "./dist/index.js"
		},
		"./restricted-apis": {
			"types": "./dist/sdk/types/restricted-apis.d.ts",
			"import": "./dist/sdk/types/restricted-apis.js"
		},
		"./pb": {
			"types": "./dist/pb.d.ts",
			"import": "./dist/pb.js"
		},
		"./test": {
			"types": "./dist/sdk/test/index.d.ts",
			"import": "./dist/sdk/test/index.js"
		}
	},
	"bin": {
		"cre-compile": "bin/cre-compile.ts"
	},
	"files": [
		"bin/",
		"scripts/",
		"dist/",
		"package.json",
		"README.md",
		"LICENSE.md"
	],
	"scripts": {
		"build": "bun run clean && bun run compile:build && bun run build:types && bun run fix-imports",
		"build:types": "bun run scripts/run.ts build-types",
		"check": "biome check --write ${BIOME_PATHS:-.}",
		"check:ci": "biome ci .",
		"clean": "rm -rf dist",
		"compile:all-standard-tests": "bun scripts/run.ts compile-all-standard-tests",
		"compile:build": "tsc -p tsconfig.build.json",
		"compile:cre-setup": "bun scripts/run.ts cre-setup",
		"compile:js-to-wasm": "bun scripts/run.ts compile-to-wasm",
		"compile:ts-to-js": "bun scripts/run.ts compile-to-js",
		"compile:workflow": "bun scripts/run.ts compile-workflow",
		"fix-imports": "bun scripts/run.ts fix-imports",
		"format": "biome format --write ${BIOME_PATHS:-.}",
		"full-checks": "bun generate:sdk && bun run build && bun typecheck && bun check && bun test && bun test:standard",
		"generate:chain-selectors": "bun scripts/run.ts generate-chain-selectors && BIOME_PATHS=\"src/generated\" bun check",
		"generate:proto": "bun x @bufbuild/buf generate && BIOME_PATHS=\"src/generated\" bun check",
		"generate:sdk": "bun generate:proto && bun generate:chain-selectors && bun scripts/run generate-sdks && BIOME_PATHS=\"src/generated src/generated-sdk src/sdk/test/generated\" bun check",
		"lint": "biome lint --write",
		"prepublishOnly": "bun typecheck && bun check && bun test && bun test:standard",
		"test": "bun test",
		"test:standard": "./scripts/run-standard-tests.sh",
		"typecheck": "tsc -p tsconfig.json --noEmit"
	},
	"dependencies": {
		"@bufbuild/protobuf": "2.6.3",
		"@bufbuild/protoc-gen-es": "2.6.3",
		"@chainlink/cre-sdk-javy-plugin": "1.5.0",
		"@standard-schema/spec": "1.0.0",
		"viem": "2.34.0",
		"zod": "3.25.76"
	},
	"devDependencies": {
		"@biomejs/biome": "2.3.14",
		"@bufbuild/buf": "1.56.0",
		"@types/bun": "1.3.8",
		"chain-selectors": "https://github.com/smartcontractkit/chain-selectors.git#a86ae261a09f805ea37165f58b017b4538e2e3bb",
		"fast-glob": "3.3.3",
		"ts-proto": "2.7.5",
		"typescript": "5.9.3",
		"yaml": "2.8.1"
	},
	"publishConfig": {
		"access": "public"
	},
	"author": "SmartContract Chainlink Limited SEZC",
	"license": "BUSL-1.1",
	"repository": {
		"type": "git",
		"url": "https://github.com/smartcontractkit/cre-sdk-typescript",
		"directory": "packages/cre-sdk"
	},
	"engines": {
		"bun": ">=1.2.21"
	}
}
