UNPKG

lugger

Version:

Lugger is an automation framework running on customizable Typescript DSL

49 lines (48 loc) 1.23 kB
{ "name": "lugger", "version": "5.2.1", "index": "index.js", "repository": { "type": "git", "url": "git+https://github.com/jovians/lugger.git" }, "bugs": { "url": "https://github.com/jovians/lugger/issues", "email": "jovian.technologies@gmail.com" }, "scripts": { "lint": "npx eslint . --ext .ts", "test": "npx tsc && npx dsl recompile --force --delta-tsc && npx dsl test", "testd": "npx tsc && npx dsl recompile --delta-tsc && npx dsl test", "clean": "npx tsc && npx dsl clean", "prepublishOnly": "npm run test && npm run clean && npx tsc" }, "dependencies": { "axios": "^1.4.0", "commander": "^11.0.0", "express": "^4.18.2", "prepend-file": "^2.0.1", "ts-basis": "^5.2.5", "ts-dsl": "^5.2.1", "yaml": "^2.3.1" }, "devDependencies": { "@types/express": "^4.17.17", "@types/node": "^20.4.5", "mongodb": "^5.7.0", "tslint": "^5.20.1", "typescript": "^5.1.6", "@typescript-eslint/eslint-plugin": "^6.2.1", "@typescript-eslint/parser": "^6.2.1", "eslint": "^8.46.0" }, "bin": { "lugger": "main.sh", "lug": "main.sh", "wp": "main.sh" }, "keywords": [ "lugger" ], "license": "UNLICENSED" }