@memlab/e2e
Version:
memlab browser E2E interaction libraries
68 lines (67 loc) • 1.66 kB
JSON
{
"name": "@memlab/e2e",
"version": "1.0.43",
"license": "MIT",
"description": "memlab browser E2E interaction libraries",
"author": "Liang Gong <lgong@meta.com>",
"contributors": [],
"keywords": [
"e2e",
"browser",
"puppeteer",
"memlab",
"memory",
"leak"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"static",
"LICENSE"
],
"dependencies": {
"@babel/generator": "^7.16.0",
"@babel/parser": "^7.16.4",
"@babel/template": "^7.16.0",
"@babel/traverse": "^7.16.3",
"@memlab/core": "^1.1.43",
"@memlab/lens": "^1.0.3",
"ansi": "^0.3.1",
"babar": "^0.2.0",
"chalk": "^4.0.0",
"fs-extra": "^4.0.2",
"minimist": "^1.2.8",
"puppeteer": "^22.12.1",
"puppeteer-core": "^22.12.1",
"string-width": "^4.2.0",
"util.promisify": "^1.1.1",
"xvfb": "^0.4.0"
},
"devDependencies": {
"@babel/types": "^7.16.0",
"@types/babel-core": "^6.25.7",
"@types/fs-extra": "^9.0.3",
"@types/jest": "^27.4.1",
"@types/minimist": "^1.2.5",
"@types/node": "^12.16.3",
"jest": "^29.6.2",
"ts-jest": "^29.1.1",
"typescript": "^5.7.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/memlab.git",
"directory": "packages/e2e"
},
"scripts": {
"build-pkg": "tsc",
"test-pkg": "jest .",
"publish-patch": "npm publish",
"clean-pkg": "rm -rf ./dist && rm -rf ./node_modules && rm -f ./tsconfig.tsbuildinfo"
},
"bugs": {
"url": "https://github.com/facebook/memlab/issues"
},
"homepage": "https://github.com/facebook/memlab#readme"
}