qajin
Version:
Playwright Test Runner Library
31 lines • 710 B
JSON
{
"name": "qajin",
"version": "1.1.4",
"description": "Playwright Test Runner Library",
"main": "dist/index.js",
"scripts": {
"build": "npm publish --access=public",
"test": "npx playwright test",
"types": "dist/index.d.ts"
},
"keywords": [
"Plawright",
"Test Runner",
"Test Automation",
"JavaScript"
],
"author": "Arslan",
"license": "ISC",
"dependencies": {
"allure-playwright": "^2.12.2",
"dotenv": "^16.4.4",
"fs": "^0.0.1-security",
"playwright": "^1.42.1",
"prettier": "^2.6.2"
},
"devDependencies": {
"@playwright/test": "^1.42.1",
"@types/node": "^20.11.17",
"cross-env": "^7.0.3"
}
}