UNPKG

tia

Version:

Time is All (logs driven test engine with ExtJs support)

95 lines (94 loc) 2.36 kB
{ "name": "tia", "version": "0.28.22", "description": "Time is All (logs driven test engine with ExtJs support)", "bin": { "tia": "build/bin/tia.js" }, "engines": { "node": ">=10.15.1" }, "files": [ "src", "build", "types", "__tia-tests__", "licence.md", "package-lock.json", "package.json", "readme.md", "tsconfig.json" ], "scripts": { "clean": "rm -rf build/* && rm -rf types/*", "test": "node build/bin/tia.js --run-self-tests", "build": "node_modules/.bin/tsc && cp src/globals.d.ts types", "prepare": "npm run clean && npm run build", "a": "npm run clean && npm run postinstall && npm run test", "b": "npm run clean && npm run build", "d": "npm run b && ./create-typedocs.sh" }, "types": "./types/bin/tia.d.ts", "repository": { "type": "git", "url": "git+ssh://git@github.com/Dzenly/tia.git" }, "keywords": [ "log", "comparison", "test", "testing", "framework", "system", "engine", "selenium", "webdriver", "extjs", "web", "gui", "unit", "regression" ], "_moduleAliases": { "@root": "." }, "author": "Dzenly <alexchem@yandex.ru>", "license": "MIT", "bugs": { "url": "https://github.com/Dzenly/tia/issues" }, "homepage": "https://github.com/Dzenly/tia#readme", "dependencies": { "camelcase-keys": "^6.0.1", "chalk": "^2.4.1", "chromedriver": "^78.0.1", "debug-assert": "^0.2.3", "diff": "^4.0.1", "lodash": "^4.17.15", "minimist": "^1.2.0", "nodemailer": "5.1.1", "nodemailer-smtp-transport": "2.7.4", "selenium-webdriver": "^4.0.0-alpha.5", "semver": "^6.3.0", "ts-node": "^8.4.1" }, "devDependencies": { "@types/chalk": "^2.2.0", "@types/chromedriver": "^2.38.0", "@types/diff": "^4.0.2", "@types/lodash": "^4.14.142", "@types/minimist": "^1.2.0", "@types/node": "^12.7.11", "@types/selenium-webdriver": "^4.0.5", "@types/semver": "^6.0.2", "@typescript-eslint/eslint-plugin": "^2.3.3", "@typescript-eslint/parser": "^2.3.3", "eslint": "^6.5.1", "eslint-config-airbnb-base": "^14.0.0", "eslint-config-prettier": "^6.4.0", "eslint-plugin-import": "^2.18.2", "eslint-plugin-prettier": "^3.1.1", "prettier": "^1.18.2", "typescript": "^3.5.3" } }