testing-fm1
Version:
Creates folders and files required for testing in Devicefarm
33 lines (32 loc) • 660 B
JSON
{
"name": "testing-fm1",
"version": "1.0.12",
"description": "Creates folders and files required for testing in Devicefarm",
"main": "index.js",
"readme":"README.md",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"tysontesting",
"tysontestingframework",
"tesingframework",
"testing",
"tyson",
"devicefarmetest",
"awsdevicefarm",
"aws",
"testcases",
"test",
"frameworktesting"
],
"author": "",
"license": "ISC",
"dependencies": {
"change-case": "^2.3.0",
"commander": "^2.9.0"
},
"bin": {
"tysontesting": "createTestingFiles.js"
}
}