@masterofbob777/grunt-config
Version:
A grunt config for js and ts, for use in all projects I work on.
25 lines (24 loc) • 586 B
JSON
{
"name": "@masterofbob777/grunt-config",
"version": "1.1.2",
"description": "A grunt config for js and ts, for use in all projects I work on.",
"scripts": {},
"keywords": [
"grunt-config",
"grunt"
],
"author": "Bob Varioa",
"license": "MIT",
"devDependencies": {},
"dependencies": {
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^23.0.0",
"grunt-plugin-esbuild": "^0.1.1",
"grunt-plugin-jscc": "^0.1.1",
"grunt-prettier": "^2.1.0",
"grunt-shell": "^3.0.1"
},
"main": "Gruntfile.js"
}