UNPKG

@apica-io/url-xi

Version:

URL Check for integrations and API monitoring

92 lines (91 loc) 3.19 kB
{ "name": "@apica-io/url-xi", "version": "4.2.6", "description": "URL Check for integrations and API monitoring", "main": "dist/cli/index.js", "scripts": { "test:default": "node ./dist/cli/index.js -l debug -f samples/default_test.json -r ./results -proj samples/tm_project -prod", "test:crs_default": "node ./dist/cli/index.js -l debug -f samples/default_test.json -r ./results -proj samples/tm_project -prod -of crs", "test:jsonplaceholder": "node ./dist/cli/index.js -l debug -f samples/jsonPlaceHolders-users.json -r ./results -proj samples/jsonplaceholder", "test:jsonp_decrypt": "node ./dist/cli/index.js -l debug -f samples/jsonPlaceHolders-users.json -r ./results -proj samples/ec_jsonplaceholder -dk URL-xi.4.data", "cldemo:crs_default": "node ./dist/cli/index.js -l debug -f samples/cldemo_soap_game_service.json -r ./results -proj samples/tm_project -prod -of crs", "badssl:pem_cert_ec": "node dist/cli -f samples/badssl_pem_cert.json -proj samples/ec_badssl_certs/ -l debug -r results/ -dk URL-xi.4.certs", "badssl:pem_cert": "node dist/cli -f samples/badssl_pem_cert.json -proj samples/badssl_certs/ -l debug -r results/ ", "badssl:pfx_cert": "node dist/cli -f samples/badssl_pfx_cert.json -proj samples/badssl_certs/ -l debug -r results/ ", "npm:publish": "npm publish --access public", "clear": "rm ./log/*;rm ./results/*", "lint": "eslint . --ext .ts", "lint:fix": "eslint . --ext .ts --fix", "prettier": "prettier 'src/**/*.ts'", "prettier:fix": "prettier --write 'src/**/*.ts'" }, "bin": { "url-xi": "./dist/cli/index.js", "pmconvert": "./dist/pmconvert/index.js" }, "keywords": [ "testing", "monitoring", "rest", "REST", "rest client", "api", "API", "ci", "integration", "synthetics", "url", "url-xi", "http", "https", "axois" ], "repository": { "type": "git", "url": "https://github.com/ApicaSystem/asm-url-xi" }, "author": "Jan Ostgren", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "aws4-axios": "^2.4.6", "axios": "^0.25.0", "body-parser": "^1.19.1", "btoa": "^1.2.1", "chai": "^4.3.4", "chalk": "^4.1.2", "commander": "^6.2.1", "cryptify": "^4.1.2", "csvtojson": "^2.0.10", "deepcopy": "^2.1.0", "dotenv": "^10.0.0", "express": "^4.17.1", "faker": "^5.5.3", "jsonpath-plus": "^6.0.1", "jsonschema": "^1.4.0", "log4js": "^6.3.0", "node-stream-zip": "^1.15.0", "parse-json": "^5.2.0", "performance-now": "^2.1.0", "tempfile": "^4.0.0", "uuid": "^8.3.2", "vm2": "^3.9.9", "xmldom": "^0.6.0", "xpath": "0.0.32" }, "devDependencies": { "@types/btoa": "^1.2.3", "@types/chai": "^4.3.0", "@types/csvtojson": "^1.1.5", "@types/express": "^4.17.13", "@types/faker": "^5.5.9", "@types/jsonpath": "^0.2.0", "@types/parse-json": "^4.0.0", "@types/tempfile": "^3.0.0", "@types/uuid": "^8.3.3", "@types/xmldom": "^0.1.31", "@typescript-eslint/eslint-plugin": "^5.7.0", "@typescript-eslint/parser": "^5.7.0", "eslint": "^8.4.1", "prettier": "2.5.1" } }