UNPKG

jest-repl

Version:
52 lines (51 loc) 1.29 kB
{ "name": "jest-repl", "version": "30.0.0", "repository": { "type": "git", "url": "https://github.com/jestjs/jest.git", "directory": "packages/jest-repl" }, "license": "MIT", "main": "./build/index.js", "types": "./build/index.d.ts", "exports": { ".": { "types": "./build/index.d.ts", "require": "./build/index.js", "import": "./build/index.mjs", "default": "./build/index.js" }, "./package.json": "./package.json", "./bin/jest-repl": "./bin/jest-repl.js", "./bin/jest-runtime-cli": "./bin/jest-runtime-cli.js" }, "dependencies": { "@jest/console": "30.0.0", "@jest/environment": "30.0.0", "@jest/transform": "30.0.0", "@jest/types": "30.0.0", "chalk": "^4.1.2", "jest-config": "30.0.0", "jest-runtime": "30.0.0", "jest-util": "30.0.0", "jest-validate": "30.0.0", "repl": "^0.1.3", "yargs": "^17.7.2" }, "devDependencies": { "@types/yargs": "^17.0.33", "execa": "^5.1.1" }, "bin": { "jest-repl": "./bin/jest-repl.js", "jest-runtime": "./bin/jest-runtime-cli.js" }, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" }, "publishConfig": { "access": "public" }, "gitHead": "a383155cd5af4539b3c447cfa7184462ee32f418" }