{
	"name": "show-current-template",
	"version": "1.0.0",
	"description": "some tasks",
	"main": "index.js",
	"directories": {
		"test": "tests"
	},
	"scripts": {
		"test": "echo \"Error: no test specified\" && exit 1",
		"watch:tcs": "tsc -w assets/js/greeter.ts",
		"watch:sass": "sass sass:css -w",
		"watch-all": "run-p watch:*"
	},
	"author": "",
	"license": "ISC",
	"devDependencies": {
		"sass": "^1.49.0",
		"npm-run-all": "^4.1.5",
		"typescript": "^3.8.3"
	}
}
