UNPKG

@simplrjs/test-generator-cli

Version:
64 lines (63 loc) 1.63 kB
{ "name": "@simplrjs/test-generator-cli", "version": "0.1.3", "description": "Tool to generate tests from cases.", "main": "./dist/index.js", "scripts": { "build": "tsc -p .", "watch": "tsc -w", "pretest": "npm run build -- --noEmit", "test": "npm run tslint", "test-ci": "npm test", "tslint": "tslint --project . --config ./tslint.json && echo Successfully passed tslint test.", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/SimplrJS/test-generator-cli.git" }, "homepage": "https://github.com/SimplrJS/test-generator-cli", "keywords": [ "SimplrJS", "tests", "generating", "tool", "ts", "TypeScript", "template" ], "author": "simplrjs <simplr@quatrodev.com> (https://github.com/simplrjs)", "contributors": [ "Giedrius Grabauskas <giedrius@quatrodev.com> (https://github.com/GiedriusGrabauskas)", "Donatas Bražionis <donatas@quatrodev.com> (https://github.com/DonatasBrazionis)" ], "bin": { "test-generator-cli": "./dist/index.js" }, "files": [ "dist", "@types", "**/*.md", "*.js", "!*.config.js" ], "dependencies": { "@types/fs-extra": "^5.0.0", "@types/handlebars": "^4.0.36", "@types/yargs": "^10.0.1", "fast-glob": "^1.0.1", "fs-extra": "^5.0.0", "handlebars": "^4.0.11", "simplr-logger": "^1.0.1", "typescript": "^2.6.2", "yargs": "^10.0.3" }, "devDependencies": { "simplr-tslint": "0.0.1", "tslint": "^5.8.0" }, "publishConfig": { "access": "public" }, "license": "MIT" }