UNPKG

dymo-api

Version:
91 lines (90 loc) 2.25 kB
{ "name": "dymo-api", "version": "1.2.38", "description": "Flow system for Dymo API.", "main": "dist/cjs/dymo-api.cjs", "module": "dist/esm/dymo-api.js", "types": "dist/types/dymo-api.d.ts", "type": "module", "exports": { ".": { "types": "./dist/types/dymo-api.d.ts", "require": "./dist/cjs/dymo-api.cjs", "import": "./dist/esm/dymo-api.js" }, "./*": { "require": "./dist/cjs/**/*.cjs", "import": "./dist/esm/**/*.js" } }, "files": [ "dist/**/*", "README.md", "LICENSE" ], "scripts": { "clean": "rimraf dist", "build": "npm run clean && vite build", "start": "ts-node src/dymo-api.ts", "prepublishOnly": "npm run build", "test": "jest --runInBand --max-old-space-size=4096", "test:watch": "jest --runInBand --watch --max-old-space-size=4096", "manual-test": "tsx ./test/manual/general-tests.ts" }, "repository": { "type": "git", "url": "git+https://github.com/TPEOficial/dymo-api-node.git" }, "keywords": [ "Dymo", "Dymo API", "TPEOficial", "Ciphera", "email verification", "email validation", "disposable email detector", "disposable checker", "fraud detection", "anti fraud", "multiaccount detection", "fake user prevention", "bot detection", "spam protection", "user validation" ], "author": "TPEOficial LLC", "license": "Apache-2.0", "bugs": { "url": "https://github.com/TPEOficial/dymo-api-node/issues" }, "homepage": "https://dymo.tpeoficial.com", "dependencies": { "@react-email/render": "1.0.1", "@types/react": "^18.3.5", "axios": "^1.6.8", "path": "^0.12.7", "tw-to-css": "0.0.12" }, "contributors": [ "TPEOficial (https://github.com/TPEOficial)", "FJRG2007 (https://github.com/FJRG2007)" ], "devDependencies": { "@types/axios": "^0.9.36", "@types/jest": "^30.0.0", "@types/node": "^22.9.3", "dotenv": "^17.2.2", "jest": "^30.1.3", "rimraf": "^6.0.1", "ts-jest": "^29.4.4", "ts-node": "^10.9.2", "tsx": "^4.21.0", "typescript": "^5.5.4", "vite": "^6.4.1", "vite-plugin-dts": "^4.5.4" }, "prettier": { "tabWidth": 4, "useTabs": false } }