UNPKG

external-services-automation

Version:

External services automation library for Playwright and Cucumber

44 lines (43 loc) 1.02 kB
{ "name": "external-services-automation", "version": "1.0.23", "description": "External services automation library for Playwright and Cucumber", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/", "README.md", "package.json" ], "keywords": [ "playwright", "automation", "testing", "kinde", "stripe", "external-services" ], "author": "Email Awesome Team", "license": "MIT", "repository": { "type": "git", "url": "https://bitbucket.org/connectist/external-services-automation.git" }, "scripts": { "build": "tsc", "build:watch": "tsc --watch", "clean": "rm -rf dist", "prebuild": "npm run clean", "test": "echo \"No tests specified\" && exit 0", "prepublishOnly": "npm run build" }, "peerDependencies": { "@playwright/test": "^1.40.0", "axios-cookiejar-support": "^6.0.2", "tough-cookie": "^5.1.2" }, "devDependencies": { "@types/node": "^22.5.4", "typescript": "^5.5.4" } }