apipost-runtime8
Version:
apipost-runtime 新版本 for apipost8 支持单接口http请求、自动化测试, 使用全新的参数结构
67 lines (66 loc) • 1.93 kB
JSON
{
"name": "apipost-runtime8",
"version": "3.1.9",
"description": "apipost-runtime 新版本 for apipost8 支持单接口http请求、自动化测试, 使用全新的参数结构",
"main": "./dist/index.js",
"types": "./types/index.d.ts",
"files": [
"dist",
"types"
],
"scripts": {
"types": "jsdoc -t node_modules/tsd-jsdoc/dist -r ./runtime.js -r types.js -r libs/collection.js -d ./types",
"build": "rollup -c rollup.config.js",
"build-publish": "npm version patch && rollup -c rollup.config.js && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Apipost-Team/apipost-runtime.git"
},
"keywords": [
"apipost",
"runtime"
],
"author": "apipost",
"license": "ISC",
"bugs": {
"url": "https://github.com/Apipost-Team/apipost-runtime/issues"
},
"homepage": "https://github.com/Apipost-Team/apipost-runtime#readme",
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@faker-js/faker": "^8.4.1",
"@types/lodash": "^4.17.1",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"rollup-plugin-commonjs": "^10.1.0",
"tsd-jsdoc": "^2.5.0",
"typescript": "^4.9.5"
},
"dependencies": {
"@apipost/url-join": "^1.0.1",
"apipost-inside-tools": "^0.1.92",
"apipost-mock": "^1.0.2",
"apipost-python": "^1.0.0",
"apipost-tools": "^0.0.37",
"atomic-sleep": "^1.0.0",
"content-disposition": "^0.5.4",
"database-query": "^1.1.9",
"exp-mock": "^2.0.15",
"file-type": "^16.5.4",
"is-image": "^3.0.0",
"is-svg": "^4.3.2",
"json-bigint": "^1.0.0",
"jsonpath": "^1.1.1",
"lodash": "^4.17.21",
"mime": "^3.0.0",
"minimatch": "^9.0.4",
"msgpack5": "^6.0.2",
"pm-runtime": "^7.48.2",
"postman-collection": "^4.4.0",
"strip-json-comments": "^3.1.1",
"tough-cookie": "^3.0.1",
"uuid": "^9.0.1"
}
}