UNPKG

aft-web-services

Version:

Automated Functional Testing (AFT) module for testing web services over HTTP and HTTPS

53 lines (52 loc) 1.59 kB
{ "name": "aft-web-services", "version": "12.1.1", "description": "Automated Functional Testing (AFT) module for testing web services over HTTP and HTTPS", "repository": { "type": "git", "url": "https://github.com/bicarbon8/automated-functional-testing.git" }, "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", "scripts": { "clean": "rimraf ./dist && rimraf ./.nyc_output && rimraf ./coverage", "build": "npm run lint && npm run clean && tsc --build", "lint": "npx eslint --fix ./src --ext .ts", "test": "npm run build && jasmine --config=./jasmine.json", "coverage": "npm run build && nyc jasmine --config=./jasmine.json" }, "keywords": [ "aft", "automation", "e2e", "integration", "functional", "web-services", "rest" ], "author": "Jason Holt Smith <bicarbon8@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/bicarbon8/automated-functional-testing/issues" }, "homepage": "https://github.com/bicarbon8/automated-functional-testing#readme", "dependencies": { "aft-core": "^12.1.1", "form-data": "^4.0.0", "xmldoc": "^1.3.0" }, "devDependencies": { "@types/jasmine": "^4.6.4", "@types/node": "^20.11.30", "@types/xmldoc": "^1.1.9", "@typescript-eslint/eslint-plugin": "^7.4.0", "@typescript-eslint/parser": "^7.4.0", "eslint": "^8.57.0", "jasmine": "^5.1.0", "nyc": "^15.1.0", "rimraf": "^5.0.1", "ts-node": "^10.9.2", "typescript": "^5.1.6" }, "gitHead": "07e29bfa73df85323bd4c60d45b334836885940f" }