UNPKG

@mianfrigo/express-typescript-generator

Version:

npm package to generate boilerplate node express application with typescript and webpack

61 lines (60 loc) 1.41 kB
{ "name": "@mianfrigo/express-typescript-generator", "version": "1.3.9", "description": "npm package to generate boilerplate node express application with typescript and webpack", "main": "bin/cli.js", "script": {}, "bin": { "mfg-express-typescript-generator": "bin/cli.js", "mfg-express-generator": "bin/cli.js" }, "repository": { "type": "git", "url": "https://github.com/mianfrigo/mfg-express-typescript-generator.git" }, "keywords": [ "express", "ex", "generator", "generate", "gen", "typescript", "ts", "types", "typing", "js", "new", "app", "express-ts", "decorators", "decorate", "test", "testing", "routes", "router", "routing" ], "preferGlobal": true, "author": "Miguel Frias", "license": "MIT", "bugs": { "url": "https://github.com/mianfrigo/mfg-express-typescript-generator/issues" }, "homepage": "https://github.com/mianfrigo/mfg-express-typescript-generator.git", "dependencies": { "boxen": "^5.0.0", "chalk": "^4.1.0", "edit-json-file": "^1.5.0", "fs-extra": "^9.0.1", "inquirer": "^7.3.3", "ncp": "^2.0.0", "ora": "^5.2.0" }, "directories": { "lib": "lib" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" } }