beeswax-node-client
Version:
TypeScript/JavaScript client library for the Beeswax DSP API
71 lines (70 loc) • 1.69 kB
JSON
{
"name": "beeswax-node-client",
"version": "0.1.1",
"description": "TypeScript/JavaScript client library for the Beeswax DSP API",
"keywords": [
"beeswax",
"dsp",
"advertising",
"api",
"client",
"typescript",
"programmatic",
"ads",
"marketing"
],
"homepage": "https://github.com/yourusername/beeswax-client#readme",
"bugs": {
"url": "https://github.com/yourusername/beeswax-client/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yourusername/beeswax-client.git"
},
"license": "MIT",
"author": "Aaron Landy",
"type": "commonjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE",
"CHANGELOG.md"
],
"directories": {
"example": "examples",
"test": "test"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "jest",
"test:coverage": "jest --coverage",
"test:watch": "jest --watch",
"lint": "eslint . --ext .ts",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"prepublishOnly": "npm run lint && npm run test && npm run build"
},
"dependencies": {
"axios": "^1.10.0",
"axios-retry": "^4.5.0",
"form-data": "^4.0.4"
},
"devDependencies": {
"@types/form-data": "^2.2.1",
"@types/jest": "^30.0.0",
"@types/node": "^24.0.14",
"@typescript-eslint/eslint-plugin": "^8.37.0",
"@typescript-eslint/parser": "^8.37.0",
"dotenv": "^16.6.1",
"eslint": "^8.57.1",
"jest": "^30.0.4",
"prettier": "^3.6.2",
"ts-jest": "^29.4.0",
"typescript": "^5.8.3"
},
"engines": {
"node": ">=14.0.0"
}
}