UNPKG

@tyrads.com/tyrads-sdk-iframe

Version:

Official TyrAds SDK for NodeJS

51 lines (50 loc) 1.28 kB
{ "name": "@tyrads.com/tyrads-sdk-iframe", "version": "0.3.2", "main": "lib/src/tyrads-sdk.js", "types": "lib/src/tyrads-sdk.d.ts", "scripts": { "build": "tsc --declaration", "build:clean": "rm -rf lib && npm run build", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "test:versioning": "node .github/test-versioning.js", "test:coverage-comment": "node .github/test-coverage-comment.js", "test:release-coverage": "node .github/test-release-coverage.js", "lint": "echo 'No linting configured'", "prepack": "npm run build:clean", "postpack": "echo 'Package created successfully'" }, "keywords": [ "tyrads", "sdk", "iframe", "offerwall", "rewards", "monetization", "advertising", "nodejs", "typescript" ], "engines": { "node": ">=20.0.0", "npm": ">=9.0.0" }, "author": "TyrAds Tech <tech@tyrads.com> (https://tyrads.com)", "license": "ISC", "description": "Official TyrAds SDK for NodeJS", "devDependencies": { "@types/jest": "^30.0.0", "@types/node": "^20.17.22", "jest": "^30.0.5", "ts-jest": "^29.4.1", "typescript": "^5.9.2" }, "dependencies": { "axios": "^1.18.0" }, "files": [ "lib" ] }