create-dolittle-microservice
Version:
In Norse mythology, the Vanir are a group of gods associated with health, fertility, wisdom, and the ability to see the future.
52 lines (51 loc) • 1.54 kB
JSON
{
"name": "create-dolittle-microservice",
"version": "6.2.1",
"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": "NODE_ENV=development node --inspect=0 -r ts-node/register index.ts",
"start": "NODE_ENV=development ts-node index.ts",
"clean": "tsc -b --clean",
"build": "tsc -b && chmod +x dist/index.js",
"lint": "eslint '**/*.{js,ts,tsx}' --quiet --fix",
"lint:ci": "eslint '**/*.{js,ts,tsx}' --quiet",
"test": "mocha",
"ci": "yarn clean && yarn lint:ci && yarn build && yarn test"
},
"dependencies": {
"@dolittle/vanir-cli": "6.2.1",
"commander": "^6.2.1"
},
"devDependencies": {}
}