UNPKG

loadmill

Version:

A node.js module for running load tests and functional tests on loadmill.com

52 lines (51 loc) 1.23 kB
{ "name": "loadmill", "version": "4.4.1", "description": "A node.js module for running load tests and functional tests on loadmill.com", "keywords": [ "loadmill", "load-testing", "node", "ci", "functional-testing", "test-suites", "api-testing" ], "bin": { "loadmill": "bin/loadmill" }, "main": "lib/index.js", "types": "lib/index.d.ts", "repository": "https://github.com/loadmill/loadmill-node.git", "author": "itaysabato <itay@loadmill.com>", "license": "Apache-2.0", "scripts": { "prepare": "tsc && rm -f lib/loadmill.d.ts lib/utils.d.ts lib/polyfills.d.ts", "test": "npm run test-npm && npm run test-cli", "test-npm": "mocha", "test-cli": "./test/test-cli.sh" }, "husky": { "hooks": { "pre-commit": "npm test" } }, "dependencies": { "bluebird": "^3.4.7", "cancelable-awaiter": "^1.0.6", "commander": "^2.15.0", "lodash": "^4.17.21", "p-limit": "^3.1.0", "superagent": "8.0.9", "tslib": "^2.2.0", "uuid": "^3.0.1", "xml": "^1.0.1" }, "devDependencies": { "@types/node": "^9.4.7", "dotenv": "^8.2.0", "husky": "^4.2.1", "mocha": "^9.2.2", "typescript": "^4.3.2" } }