UNPKG

axios-ddos-guard-bypass

Version:

Library to bypass DDoS Guard protection (https://ddos-guard.net/en) using Node and Axios.

10 lines (9 loc) 245 B
module.exports = { transform: { '^.+\\.ts?$': 'ts-jest' }, testEnvironment: 'node', testRegex: './test/.*\\.(test|spec)?\\.(ts|ts)$', moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'], roots: ['<rootDir>/test'] };