{
	"name": "wv-gotcha",
	"version": "0.0.94",
	"liscense": "",
	"main": "./dist/index.js",
	"module": "",
	"description": "",
	"sourceMap": true,
	"inlineSourceMap": false,
	"outDir": "",
	"_scripts": [],
	"files": [
		"dist",
		"content",
		"index.js",
		".vscode/tasks.json"
	],
	"keywords": [
		"api",
		"web",
		"nodejs",
		"generator",
		"code-gen",
		"typescript",
		"javascript"
	],
	"dependencies": {
		"@types/shelljs": "^0.8.15",
		"chalk": "^4.0.0",
		"child_process": "^1.0.2",
		"decova-dotnet": "^1.1.108",
		"decova-environment": "0.0.8",
		"decova-gotcha": "^0.1.213",
		"decova-terminal": "^0.1.76",
		"figlet": "^1.4.0",
		"g": "^2.0.1",
		"inquirer": "^7.1.0",
		"inquirer-autocomplete-prompt": "^1.3.0",
		"mongoose": "^5.11.18",
		"open": "^10.1.0",
		"os": "^0.1.1",
		"reflect-metadata": "^0.1.13",
		"require": "^2.4.20",
		"shelljs": "^0.8.5",
		"temp-circuits": "^0.5.25",
		"tsyringe": "^4.6.0",
		"user": "^0.0.0",
		"wv-circuit-bench-contracts": "^1.0.99",
		"wv-filesystem": "^1.1.80",
		"wv-local-service": "^0.0.71",
		"wv-semversion": "^0.1.5"
	},
	"bin": {
		"gx": "./index.js"
	},
	"devDependencies": {
		"@types/chai": "^4.2.22",
		"@types/figlet": "^1.2.0",
		"@types/inquirer": "^6.5.0",
		"@types/mocha": "^9.0.0",
		"@types/node": "^16.10.3",
		"@types/opn": "^5.5.0",
		"@types/semver": "^7.3.4",
		"@types/supertest": "^2.0.11",
		"chai": "^4.3.4",
		"mocha": "^9.1.2",
		"nodemon": "^2.0.13",
		"prettier": "^2.0.5",
		"supertest": "^6.1.6",
		"ts-node": "^10.2.1",
		"tsconfig-paths": "^3.11.0",
		"tslint": "^6.1.2",
		"tslint-config-prettier": "^1.18.0",
		"typescript": "^4.4.3"
	},
	"scripts": {
		"start": "tsc & node ./dist/index.js",
		"test": "mocha --check-leaks -r tsconfig-paths/register -r ts-node/register test/**/*.spec.ts",
		"push": "tsc & npm publish"
	},
	"author": "georgemesseha",
	"license": "MIT"
}