swagger-tests
Version:
A typescript framework for testing an api against a swagger 3.0 json file.
35 lines (34 loc) • 966 B
JSON
{
"name": "swagger-tests",
"version": "0.2.6",
"description": "A typescript framework for testing an api against a swagger 3.0 json file.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"repository": "git@gitlab.com:fullmeasure/public/swagger-api/swagger-tests.git",
"author": "fullmeasure <devops@fullmeasureed.com>",
"license": "MIT",
"private": false,
"dependencies": {
"@types/axios": "^0.14.0",
"@types/es6-promise": "^3.3.0",
"@types/faker": "^4.1.2",
"@types/jasmine": "^2.8.6",
"@types/jasmine-node": "^1.14.32",
"@types/node": "^7.0.60",
"@types/underscore": "^1.8.8",
"@types/underscore.string": "^0.0.32",
"axios": "^0.18.0",
"faker": "^4.1.0",
"ts-node": "^5.0.1",
"underscore": "^1.8.3",
"underscore.string": "^3.3.4"
},
"devDependencies": {
"jasmine": "^3.1.0",
"jasmine-node": "^1.14.5",
"typescript": "^2.8.1"
}
}