mantis-app
Version:
M.A.N.T.I.S (MongoDB, Analog, Nx, Tailwind CSS, Ionic, Storybook) is not just a CLI tool; it's your passport to a seamless full-stack project launch.
105 lines (104 loc) • 2.86 kB
JSON
{
"name": "mantis-app",
"version": "0.9.2",
"author": "FuturizeWorld",
"license": "SEE LICENSE IN <LICENSE> FILE",
"description": "M.A.N.T.I.S (MongoDB, Analog, Nx, Tailwind CSS, Ionic, Storybook) is not just a CLI tool; it's your passport to a seamless full-stack project launch.",
"keywords": [
"MongoDB",
"Analog",
"Nx",
"Tailwind",
"CSS",
"Ionic",
"Storybook"
],
"homepage": "https://github.com/mantis-apps/mantis-cli#mantis-cli",
"repository": {
"type": "git",
"url": "git+https://github.com/mantis-apps/mantis-cli.git"
},
"bugs": {
"url": "https://github.com/mantis-apps/mantis-cli/issues"
},
"engines": {
"node": ">= 18"
},
"type": "module",
"bin": {
"mantis-app": "./bin/mantis-app.mjs"
},
"files": [
"dist",
"templates"
],
"scripts": {
"start:dev": "npm run build && node dist/mantis-app.mjs",
"build": "unbuild",
"type-check": "tsc --pretty --noEmit",
"format": "prettier --write",
"format:all": "npm run format -- .",
"lint": "eslint --fix",
"lint:all": "npm run lint -- .",
"start": "node dist/mantis.mjs",
"prepublishOnly": "npm run build",
"release": "release-it",
"prepare": "husky",
"install:locally": "npm run build && npm install -g ."
},
"dependencies": {
"@ptkdev/logger": "^1.8.0",
"chalk": "4.1.2",
"chalk-animation": "1.6.0",
"cli-table3": "^0.6.3",
"clui": "^0.3.6",
"commander": "^11.1.0",
"configstore": "^6.0.0",
"enquirer": "^2.4.1",
"execa": "^8.0.1",
"figlet": "^1.7.0",
"fs-extra": "^11.2.0",
"gradient-string": "^2.0.2",
"log-symbols": "^6.0.0",
"mongodb": "^6.3.0",
"node-emoji": "^2.1.3",
"nypm": "^0.3.6",
"ora": "^8.0.1",
"portscanner": "^2.2.0",
"shelljs": "^0.8.5",
"spinnies": "^0.5.1",
"tree-kill": "^1.2.2"
},
"devDependencies": {
"@commitlint/cli": "18.4.3",
"@commitlint/config-angular": "18.4.3",
"@release-it/conventional-changelog": "^8.0.1",
"@types/chalk-animation": "^1.6.3",
"@types/figlet": "^1.5.8",
"@types/fs-extra": "^11.0.4",
"@types/gradient-string": "^1.1.5",
"@types/inquirer": "^9.0.7",
"@types/node": "^20.9.4",
"@types/node-emoji": "^2.1.0",
"@types/portscanner": "^2.1.4",
"@types/shelljs": "^0.8.15",
"@types/spinnies": "^0.5.3",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"commitizen": "^4.3.0",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"lint-staged": "^15.1.0",
"prettier": "^3.2.5",
"release-it": "^17.0.0",
"rimraf": "^5.0.5",
"tslib": "^2.6.2",
"typescript": "^5.3.2",
"unbuild": "^2.0.0"
},
"lint-staged": {
"**/*.{ts,json}": []
}
}