@vibe/testkit
Version:
Vibe e2e testing toolkit
54 lines (53 loc) • 1.47 kB
JSON
{
"name": "@vibe/testkit",
"version": "1.9.1",
"description": "Vibe e2e testing toolkit",
"keywords": [
"TESTING",
"E2E"
],
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/esm/index.js",
"types": "./dist/index.d.ts"
}
},
"author": "monday.com",
"homepage": "https://github.com/mondaycom/vibe#readme",
"license": "ISC",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/mondaycom/vibe.git",
"directory": "packages/testkit"
},
"scripts": {
"test:e2e": "npx playwright test",
"build:cjs": "tsc",
"build:esm": "tsc --project tsconfig.esm.json",
"build": "yarn build:cjs && yarn build:esm",
"start-server": "yarn lerna run storybook --scope=@vibe/core",
"lint": "eslint . --max-warnings=0",
"lint:fix": "yarn lint -- --fix"
},
"bugs": {
"url": "https://github.com/mondaycom/vibe/issues"
},
"devDependencies": {
"@playwright/test": "^1.49.1",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-playwright": "^2.1.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.5.1"
},
"peerDependencies": {
"@playwright/test": "^1.49.1"
},
"gitHead": "1ec61c7c4ef96a0d125e9830fc4ad324e870c844"
}