UNPKG

maests

Version:

An executable compiler for creating Maestro's yaml-flows with typescript.

68 lines (67 loc) 1.75 kB
{ "name": "maests", "version": "2.8.6", "description": "An executable compiler for creating Maestro's yaml-flows with typescript.", "type": "module", "main": "dist/commands/commands.mjs", "types": "dist/commands/commands.d.ts", "exports": { ".": { "import": "./dist/commands/commands.mjs", "types": "./dist/commands/commands.d.ts" }, "./write-yaml": "./dist/write-yaml.mjs" }, "bin": { "maests": "./dist/main.mjs" }, "scripts": { "build": "npx unbuild && chmod 755 dist/main.mjs", "release": "pnpm build && changelogen --release --publish --push", "type-check": "tsc --noEmit", "test": "vitest run" }, "author": "ms2geki@gmail.com", "devDependencies": { "@types/node": "^18.14.0", "changelogen": "^0.5.7", "unbuild": "^2.0.0", "vitest": "^2.1.3" }, "peerDependencies": { "consola": "^3" }, "repository": { "type": "git", "url": "git+https://github.com/shoma-mano/maests.git" }, "keywords": [ "maestro", "e2e", "typescript", "testing", "React Native" ], "bugs": { "url": "https://github.com/shoma-mano/maests/issues" }, "homepage": "https://github.com/shoma-mano/maests#readme", "license": "MIT", "dependencies": { "citty": "^0.1.6", "consola": "^3.2.3", "dotenv": "^16.4.5", "esbuild": "^0.24.0", "typescript": "^5.5.4", "get-tsconfig": "^4.8.1", "jiti": "2.4.0", "magicast": "^0.3.5", "yaml": "^2.6.0" }, "packageManager": "pnpm@9.1.0+sha512.67f5879916a9293e5cf059c23853d571beaf4f753c707f40cb22bed5fb1578c6aad3b6c4107ccb3ba0b35be003eb621a16471ac836c87beb53f9d54bb4612724", "pnpm": { "patchedDependencies": { "mkdist": "patches/mkdist.patch" } } }