UNPKG

flagpole

Version:

Simple and fast DOM integration and REST API testing framework.

50 lines (49 loc) 1.11 kB
{ "name": "flagpole", "version": "1.2.10", "description": "Simple and fast DOM integration and REST API testing framework.", "keywords": [ "qa", "test", "integration", "smoke", "dom", "testing", "rest", "api", "json", "endpoint", "html", "node", "automation" ], "main": "./dist/index.js", "homepage": "https://github.com/flocasts/flagpole", "repository": "git@github.com:flocasts/flagpole.git", "author": "Jason Byrne <jason.byrne@flosports.tv>", "license": "MIT", "dependencies": { "@types/cheerio": "^0.22.9", "@types/inquirer": "0.0.43", "ansi-align": "^2.0.0", "archiver": "^3.0.0", "cheerio": "^1.0.0-rc.2", "clortho-lite": "^2.0.6", "css": "^2.2.4", "enquirer": "^2.1.0", "nock": "^10.0.2", "probe-image-size": "^4.0.0", "request": "^2.87.0", "typescript": "^2.8.3", "valid-data-url": "^1.0.0", "yargs": "^11.0.0" }, "scripts": { "build": "tsc", "test": "node tests/test.js", "publish": "./publish.sh" }, "bin": { "flagpole": "./cli/cli.js" } }