Skip to content

Instantly share code, notes, and snippets.

@ksakae1216
Created March 4, 2019 13:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ksakae1216/6e4d9596967f58d44cc8fd2e130d051a to your computer and use it in GitHub Desktop.
Save ksakae1216/6e4d9596967f58d44cc8fd2e130d051a to your computer and use it in GitHub Desktop.
{
"name": "protractorautomation",
"version": "1.0.0",
"description": "Protractor Typescript automation framework",
"main": "config.js",
"dependencies": {
"protractor": "^4.0.11"
},
"devDependencies": {},
"scripts": {
"pretest": "npm run tsc",
"test": "protractor ConvertedJSFiles/config.js",
"tsc": "tsc"
},
"keywords": [
"Protractor",
"Typescript"
],
"author": "Vijay Daram",
"license": "ISC"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment