UNPKG

element-cli

Version:

Element is a real browser load testing tool

48 lines (47 loc) 961 B
{ "name": "element-cli", "version": "2.0.4", "description": "Element is a real browser load testing tool", "bin": { "element": "./dist/bin/element.js" }, "keywords": [ "load", "testing", "testing", "performance", "browser", "automation" ], "author": "Ivan Vanderbyl <ivanvanderbyl@gmail.com>", "homepage": "https://element.flood.io", "license": "Apache-2.0", "engines": { "node": ">= 12" }, "private": false, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/flood-io/element.git" }, "scripts": { "build": "tsc", "prebuild": "rm -rf ./dist", "dev": "ts-node ./bin/element.ts" }, "bugs": { "url": "https://github.com/flood-io/element/issues" }, "dependencies": { "@flood/element-cli": "2.0.4", "find-root": "^1.1.0", "import-local": "^3.0.2" }, "gitHead": "86af247d44880a2e8b97448f7b58957dfc1bae55", "devDependencies": { "ts-node": "^8.8.1" } }