{
	"name": "decova-gotcha",
	"version": "0.1.213",
	"liscense": "",
	"main": "index.js",
	"module": "",
	"description": "It's my personal trial for automating daunting tasks",
	"sourceMap": true,
	"inlineSourceMap": false,
	"outDir": "",
	"scripts": {
		"start": "tsc & node ./dist/app.js",
		"test": "mocha --check-leaks -r tsconfig-paths/register -r ts-node/register test/**/*.spec.ts",
		"build": "tsc & node ./dist/app.js",
		"push": "tsc & npm publish & npm i -g poyka & ggg"
	},
	"files": [
		"dist",
		"contents",
		"index.js",
		".vscode/tasks.json"
	],
	"keywords": [
		"api",
		"web",
		"nodejs",
		"generator",
		"code-gen",
		"typescript",
		"javascript"
	],
	"dependencies": {
		"chalk": "^4.0.0",
		"decova-dotnet": "^1.1.75",
		"decova-environment": "0.0.8",
		"decova-filesystem": "^1.1.59",
		"decova-gotcha": "^0.1.213",
		"decova-json": "0.0.7",
		"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",
		"os": "^0.1.1",
		"reflect-metadata": "^0.1.13",
		"require": "^2.4.20",
		"tsyringe": "^4.6.0"
	},
	"bin": {
		"ggg": "./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/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"
	}
}