-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 878 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "rest_api_test_automation_template",
"version": "1.1.2",
"description": "This project is a template to create automated functional tests for apis rest tests.",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yuryalencar/REST_API_Test_Automation_Template.git"
},
"keywords": [
"api-rest",
"automatition-test",
"robot-framework",
"api-test",
"python-test"
],
"author": "yuryalencar",
"license": "ISC",
"bugs": {
"url": "https://github.com/yuryalencar/REST_API_Test_Automation_Template/issues"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"homepage": "https://github.com/yuryalencar/REST_API_Test_Automation_Template#readme"
}