{
	"name": "typescript-intus",
	"version": "1.0.0",
	"description": "",
	"main": "index.js",
	"scripts": {
		"clean": "rimraf dist/*",
		"lint": "tslint -c tslint.json -p tsconfig.json --fix",
		"tsc": "tsc",
		"build": "npm-run-all clean lint tsc",
		"start": "nodemon -L src/index.ts",
		"test": "echo \"Error: no test specified\" && exit 1"
	},
	"keywords": [],
	"author": "",
	"license": "ISC",
	"dependencies": {
		"axios": "^1.3.4",
		"express": "^4.18.2",
		"fs": "^0.0.1-security",
		"jsdom": "^21.1.1",
		"pg": "^8.9.0",
		"r-script": "^0.0.4",
		"uuid": "^9.0.0"
	},
	"devDependencies": {
		"@types/cors": "^2.8.13",
		"@types/express": "^4.17.17",
		"@types/fs-extra": "^11.0.1",
		"@types/jsdom": "^21.1.1",
		"@types/morgan": "^1.9.4",
		"@types/node": "^18.14.0",
		"@types/pg": "^8.6.6",
		"@types/shelljs": "^0.8.11",
		"@types/uuid": "^9.0.1",
		"cors": "^2.8.5",
		"dotenv": "^16.0.3",
		"fs-extra": "^11.1.0",
		"helmet": "^6.0.1",
		"morgan": "^1.10.0",
		"nodemon": "^2.0.20",
		"npm-run-all": "^4.1.5",
		"rimraf": "^4.1.2",
		"shelljs": "^0.8.5",
		"ts-node": "^10.9.1",
		"tslint": "^6.1.3",
		"typescript": "^4.9.5"
	}
}
