@nextad/bid-requester
Version:
TypeScript bid requester library compliant with OpenRTB 2.5/2.6/3.0
44 lines • 971 B
JSON
{
"name": "@nextad/bid-requester",
"version": "0.1.16",
"description": "TypeScript bid requester library compliant with OpenRTB 2.5/2.6/3.0",
"keywords": [
"OpenRTB"
],
"author": "Kai Miyamoto",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nextadjs/bid-requester.git"
},
"homepage": "https://github.com/nextadjs/bid-requester.git",
"devDependencies": {
"@nextad/builder": "^0.1.8",
"@nextad/faker": "^0.6.8",
"@types/node": "^22.12.0",
"iab-native": "^0.5.3",
"tsup": "^8.3.6",
"typescript": "^5.7.3",
"vitest": "^2.1.8"
},
"peerDependencies": {
"iab-openrtb": "^0.4.1"
},
"publishConfig": {
"access": "public"
},
"files": [
"./dist",
"LICENSE",
"README.md"
],
"scripts": {
"test": "vitest",
"build": "tsup"
},
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
}