@blitzjs/installer
Version:
Package installation for the Blitz CLI
51 lines (50 loc) • 1.28 kB
JSON
{
"name": "@blitzjs/installer",
"version": "0.45.5",
"description": "Package installation for the Blitz CLI",
"homepage": "https://github.com/blitz-js/blitz#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-installer.cjs.js",
"module": "dist/blitzjs-installer.esm.js",
"types": "dist/blitzjs-installer.cjs.d.ts",
"files": [
"dist"
],
"keywords": [
"blitz",
"installer"
],
"repository": {
"type": "git",
"url": "git+https://github.com/blitz-js/blitz.git"
},
"dependencies": {
"@babel/core": "7.12.10",
"@babel/plugin-transform-typescript": "7.12.1",
"@blitzjs/generator": "0.45.5",
"@mrleebo/prisma-ast": "0.2.6",
"@prisma/sdk": "3.9.1",
"@types/jscodeshift": "0.11.2",
"ast-types": "0.14.2",
"cross-spawn": "7.0.3",
"diff": "5.0.0",
"enquirer": "2.3.6",
"fs-extra": "^9.1.0",
"globby": "11.0.2",
"ink": "3.2.0",
"ink-spinner": "4.0.3",
"ink-testing-library": "2.1.0",
"jscodeshift": "0.13.0",
"recast": "0.20.5"
},
"gitHead": "de3d784832e30a1ecf94f799f20b8fc44445db2d"
}