flagpole
Version:
Simple and fast DOM integration, headless or headful browser, and REST API testing framework.
69 lines (68 loc) • 1.63 kB
JSON
{
"name": "flagpole",
"version": "2.0.52",
"description": "Simple and fast DOM integration, headless or headful browser, and REST API testing framework.",
"files": [
"dist/",
"README.md"
],
"main": "./dist/index.js",
"bin": {
"flagpole": "./dist/cli/main.js"
},
"scripts": {
"build": "tsc && cp src/cli/*.html dist/cli/",
"test": "node tests/test.js"
},
"homepage": "https://github.com/flocasts/flagpole",
"repository": "git@github.com:flocasts/flagpole.git",
"author": "Jason Byrne <jason.byrne@flosports.tv>",
"license": "MIT",
"dependencies": {
"ansi-align": "^2.0.0",
"archiver": "^3.0.0",
"bluebird": "^3.5.3",
"cheerio": "^1.0.0-rc.2",
"clortho-lite": "^2.0.6",
"common-tags": "^1.8.0",
"css": "^2.2.4",
"enquirer": "^2.3.0",
"form-data": "^2.3.3",
"nock": "^10.0.6",
"open": "^6.4.0",
"probe-image-size": "^4.0.0",
"puppeteer-core": "1.11.0",
"request": "^2.88.0",
"tmp": "^0.1.0",
"valid-data-url": "^1.0.0",
"yargs": "^11.1.0"
},
"keywords": [
"qa",
"test",
"integration",
"smoke",
"dom",
"testing",
"rest",
"api",
"json",
"endpoint",
"html",
"node",
"automation"
],
"devDependencies": {
"@types/bluebird": "^3.5.26",
"@types/bluebird-global": "^3.5.12",
"@types/cheerio": "^0.22.11",
"@types/inquirer": "0.0.43",
"@types/puppeteer": "^1.12.2",
"@types/puppeteer-core": "^1.9.0",
"@types/request": "^2.48.1",
"ajv": "^6.10.2",
"jmespath": "^0.15.0",
"puppeteer": "^1.15.0",
"typescript": "^2.9.2"
}
}