UNPKG

npm-page-object-typescript-demo

Version:

23 lines (22 loc) 482 B
{ "name": "npm-page-object-typescript-demo", "version": "1.0.3", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "echo \"No test specified\"", "build": "node_modules/.bin/tsc" }, "author": "Jamel Reid", "license": "ISC", "devDependencies": { "@types/node": "^12.0.1", "@wdio/cli": "^5.8.3", "ts-node": "^8.1.0", "typescript": "^3.4.5" }, "dependencies": { "@wdio/sync": "^5.8.1" } }