UNPKG

create-dolittle-microservice

Version:

[![Build](https://github.com/dolittle-entropy/vanir/actions/workflows/build.yml/badge.svg)](https://github.com/dolittle-entropy/vanir/actions/workflows/build.yml) [![Nuget](https://img.shields.io/nuget/v/Dolittle.Vanir.Backend)](https://www.nuget.org/pack

52 lines (51 loc) 1.57 kB
{ "name": "create-dolittle-microservice", "version": "12.0.2", "description": "", "author": "Dolittle", "license": "MIT", "preferGlobal": true, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/dolittle-entropy/vanir.git", "directory": "Source/typescript/create-dolittle-microservice" }, "bugs": { "url": "https://github.com/dolittle-entropy/vanir/issues" }, "homepage": "https://github.com/dolittle-entropy/vanir#readme", "engineStrict": true, "engines": { "node": ">= 14" }, "files": [ "dist", "templates", "**/*.ts" ], "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "create-dolittle-microservice": "./dist/index.js", "create-dolittle-ms": "./dist/index.js" }, "scripts": { "prepublish": "yarn build", "debug": "cross-env NODE_ENV=development node --inspect=0 -r ts-node/register index.ts", "start": "cross-env NODE_ENV=development ts-node index.ts", "clean": "tsc -b --clean", "build": "tsc -b && chmod +x dist/index.js", "lint": "eslint --cache . --ext .ts,.tsx --quiet --fix", "lint:ci": "eslint --cache . --ext .ts,.tsx --quiet", "test": "mocha", "ci": "yarn clean && yarn lint:ci && yarn build && yarn test" }, "dependencies": { "@dolittle/vanir-cli": "12.0.2", "commander": "6.2.1" }, "devDependencies": {} }