create-nx-ktor
Version:
CLI to create Nx workspaces with built-in support for Ktor
38 lines (37 loc) • 868 B
JSON
{
"name": "create-nx-ktor",
"description": "CLI to create Nx workspaces with built-in support for Ktor",
"license": "MIT",
"author": "Tine Kondo ",
"repository": {
"type": "git",
"url": "https://github.com/tinesoft/nxrocks.git",
"directory": "packages/common"
},
"homepage": "https://github.com/tinesoft/nxrocks/blob/master/packages/create-nx-ktor#readme",
"bugs": {
"url": "https://github.com/tinesoft/nxrocks/issues"
},
"keywords": [
"nx-ktor",
"ktor",
"nx",
"cli"
],
"private": false,
"publishConfig": {
"access": "public"
},
"version": "3.0.1",
"dependencies": {
"@nxrocks/common-cli": "3.0.1",
"tslib": "^2.6.1"
},
"type": "commonjs",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"bin": {
"create-nx-ktor": "./bin/index.js"
},
"types": "./bin/index.d.ts"
}