@blitzjs/repl
Version:
Repl package for Blitz CLI
40 lines (39 loc) • 921 B
JSON
{
"name": "@blitzjs/repl",
"version": "0.41.1",
"description": "Repl package for Blitz CLI",
"homepage": "https://github.com/blitz-js/blitz/packages/repl/#readme",
"license": "MIT",
"scripts": {
"test": "jest",
"test:watch": "jest --watch"
},
"author": {
"name": "Brandon Bayer",
"email": "b@bayer.ws",
"url": "https://twitter.com/flybayer"
},
"main": "dist/blitzjs-repl.cjs.js",
"module": "dist/blitzjs-repl.esm.js",
"types": "dist/blitzjs-repl.cjs.d.ts",
"files": [
"dist"
],
"keywords": [
"blitz",
"repl"
],
"repository": {
"type": "git",
"url": "git+https://github.com/blitz-js/blitz.git"
},
"dependencies": {
"@blitzjs/config": "0.41.1",
"@blitzjs/display": "0.41.1",
"chokidar": "3.5.1",
"globby": "11.0.2",
"pkg-dir": "^5.0.0",
"progress": "^2.0.3"
},
"gitHead": "93c03ea36ede13dae3871707749eaab4fbe7d71f"
}