@blitzjs/cli
Version:
Blitz.js CLI
93 lines (92 loc) • 2.18 kB
JSON
{
"name": "@blitzjs/cli",
"description": "Blitz.js CLI",
"version": "0.45.5",
"license": "MIT",
"scripts": {
"dev": "rimraf lib && tsc --watch --pretty --preserveWatchOutput",
"buildpkg": "rimraf lib && tsc",
"test": "jest",
"test:watch": "jest --watch",
"cypress:open": "cypress open",
"cypress:run": "cypress run"
},
"author": {
"name": "Brandon Bayer",
"email": "b@bayer.ws",
"url": "https://twitter.com/flybayer"
},
"main": "lib/src/index.js",
"files": [
"/bin",
"/lib"
],
"dependencies": {
"@blitzjs/generator": "0.45.5",
"@blitzjs/installer": "0.45.5",
"@blitzjs/server": "0.45.5",
"@oclif/command": "1.8.0",
"@oclif/config": "1.17.0",
"@oclif/plugin-autocomplete": "0.3.0",
"@oclif/plugin-help": "3.2.1",
"@oclif/plugin-not-found": "1.2.4",
"@prisma/sdk": "3.9.1",
"@salesforce/lazy-require": "0.4.0",
"camelcase": "^6.2.0",
"chalk": "^4.1.0",
"cross-spawn": "7.0.3",
"dotenv-expand": "^5.1.0",
"enquirer": "2.3.6",
"esm": "3.2.25",
"fs-extra": "^9.1.0",
"global-agent": "2.2.0",
"got": "^11.8.1",
"has-yarn": "2.1.0",
"hasbin": "1.2.3",
"minimist": "1.2.5",
"p-event": "4.2.0",
"pkg-dir": "^5.0.0",
"pluralize": "^8.0.0",
"rimraf": "^3.0.2",
"semver": "7.3.4",
"tar": "^6.1.11",
"ts-node": "^9.1.1",
"tsconfig-paths": "3.9.0",
"v8-compile-cache": "2.2.0"
},
"devDependencies": {
"@oclif/dev-cli": "1.26.0",
"@oclif/test": "1.2.8",
"nock": "13.0.6",
"prisma": "2.24.1",
"stdout-stderr": "0.1.13"
},
"jest": {
"setupFilesAfterEnv": [
"<rootDir>/jest.setup.js"
]
},
"oclif": {
"commands": "./lib/src/commands",
"bin": "blitz",
"plugins": [
"@oclif/plugin-help",
"@oclif/plugin-not-found",
"@oclif/plugin-autocomplete"
],
"hooks": {
"init": [
"./lib/src/check-before-running"
]
}
},
"keywords": [
"blitz",
"cli"
],
"repository": {
"type": "git",
"url": "https://github.com/blitz-js/blitz"
},
"gitHead": "de3d784832e30a1ecf94f799f20b8fc44445db2d"
}