@ply-ct/ply
Version:
REST API Automated Testing
101 lines (100 loc) • 2.85 kB
JSON
{
"name": "@ply-ct/ply",
"version": "3.3.0",
"description": "REST API Automated Testing",
"main": "dist",
"bin": {
"ply": "dist/cli.js"
},
"files": [
"dist",
"src",
"templates"
],
"types": "dist",
"repository": {
"type": "git",
"url": "git+https://github.com/ply-ct/ply.git"
},
"keywords": [
"rest",
"api",
"graphql",
"automated",
"continuous",
"test",
"flow",
"yaml",
"postman"
],
"author": "Donald Oakes",
"license": "MIT",
"bugs": {
"url": "https://github.com/ply-ct/ply/issues"
},
"engines": {
"node": ">=14"
},
"scripts": {
"build": "tsc",
"start-movies": "ply-movies start --websockets &",
"pretest": "npm run start-movies",
"prepublish": "npm run build",
"mocha": "mocha --require ts-node/register",
"ply": "dist/cli.js --trusted --reporter=json --outputFile=test/ply/results/actual/ply-results.json",
"stop-movies": "ply-movies stop",
"test": "npm-run-all mocha ply stop-movies --continue-on-error",
"typedoc": "typedoc --name 'ply' --out docs/api-docs --excludePrivate true src",
"api-docs": "npm run typedoc && mkdir docs/api-docs/assets/css && cat docs/css/api.css >> docs/api-docs/assets/css/main.css",
"serve-docs": "cd docs && bundle install && bundle exec jekyll serve --incremental --watch --baseurl ''",
"dry-run": "npm publish --dry-run > contents.txt 2>&1",
"dependencies": "npm ls --prod --depth 1000 > deps.txt"
},
"homepage": "https://github.com/ply-ct/ply#readme",
"dependencies": {
"@ply-ct/ply-values": "^0.3.8",
"cross-fetch": "^3.1.5",
"csv-parse": "^5.3.5",
"diff-match-patch": "^1.0.5",
"find-up": "^5.0.0",
"form-data": "^4.0.0",
"glob": "^8.1.0",
"handlebars": "^4.7.7",
"http-status-codes": "^2.2.0",
"js-yaml": "^4.1.0",
"json-stable-stringify": "^1.0.1",
"jsonc-parser": "^3.2.0",
"merge-anything": "^5.1.7",
"minimatch": "^7.1.0",
"read-excel-file": "^5.6.1",
"rimraf": "~4.1.2",
"stacktracey": "^2.1.8",
"stream-transform": "^3.2.2",
"ts-node": "^10.9.1",
"ws": "^8.18.0",
"xml-formatter": "^2.6.1",
"yargs": "^16.2.0"
},
"devDependencies": {
"@ply-ct/ply-movies": "^1.3.0",
"@types/chai": "^4.3.4",
"@types/diff-match-patch": "^1.0.32",
"@types/glob": "^8.0.1",
"@types/js-yaml": "^4.0.5",
"@types/json-stable-stringify": "^1.0.34",
"@types/mocha": "^10.0.1",
"@types/node": "^12.12.6",
"@types/ws": "^8.5.12",
"@types/yargs": "^16.0.4",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"chai": "^4.3.7",
"eslint": "^8.34.0",
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"typedoc": "^0.22.13"
},
"peerDependencies": {
"typescript": ">=4.2"
}
}