grunt-generate-view-model
Version:
Global task for generation view model
58 lines (57 loc) • 1.63 kB
JSON
{
"name": "grunt-generate-view-model",
"version": "0.1.9",
"description": "Global task for generation view model",
"private": false,
"main": "dist/index.js",
"types": "./index.d.ts",
"bin": {
"generateView": "./dist/bin.js"
},
"scripts": {
"clean": "rimraf dist/",
"copy-files": "copyfiles --flat src/tasks/view/*.njk dist/tasks/view/ ",
"build": "npm run clean && tsc -p src && npm run copy-files",
"build-test": "tsc -p test/src",
"test": "mocha -r ts-node/register test/**/*.test.ts",
"start": "npm run build && node ./dist/bin.js"
},
"dependencies": {
"mkdirp": "1.0.4",
"nunjucks": "3.2.3",
"path": "0.12.7",
"ts-file-parser": "0.0.21",
"typescript": "4.2.3"
},
"devDependencies": {
"@types/nunjucks": "3.1.4",
"@typescript-eslint/eslint-plugin": "4.19.0",
"@typescript-eslint/parser": "4.19.0",
"@types/chai": "4.2.15",
"@types/mocha": "8.2.2",
"@types/node": "14.14.35",
"chai": "4.3.4",
"copyfiles": "2.4.1",
"class-validator": "0.13.1",
"mocha": "8.3.2",
"rimraf": "3.0.2",
"ts-node": "9.1.1",
"eslint": "7.22.0"
},
"repository": {
"type": "git",
"url": "https://github.com/SoftMediaLab/grunt-generate-view-model.git"
},
"keywords": [
"typescript",
"viewmodel",
"view",
"model",
"codegeneration"
],
"homepage": "https://github.com/SoftMediaLab/grunt-generate-view-model",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/SoftMediaLab/grunt-generate-view-model/issues"
}
}