constatic
Version:
Constatic cli
116 lines (115 loc) • 2.38 kB
JSON
{
"name": "constatic",
"version": "1.3.7",
"description": "Constatic cli",
"main": "build/index.js",
"type": "module",
"bin": {
"constatic": "build/index.js"
},
"scripts": {
"link": "npm unlink constatic && npm link",
"build": "tsup",
"test": "npm run build && npm run link",
"predev": "rm -rf playground && mkdir playground",
"dev": "npm run build && cd playground && constatic",
"tsx": "tsx",
"check": "tsc --noEmit"
},
"keywords": [
"discord",
"discord bot",
"bots",
"bot",
"auth bot",
"oauth2",
"oauth2 bot",
"oauth2 discord",
"typesafe",
"typescript",
"components",
"commands",
"events",
"discord.js",
"discordjs",
"buttons",
"modals",
"select menus",
"dropdown",
"handler",
"command handler",
"event handler",
"boilerplate",
"bot boilerplate",
"CLI",
"cli",
"prompts",
"prompt",
"database",
"databases",
"mongodb",
"mysql",
"mariadb",
"prisma",
"postgres",
"sql",
"nosql",
"zod",
"fastify",
"express"
],
"homepage": "https://github.com/rinckodev/constatic#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/rinckodev/constatic.git"
},
"author": {
"name": "Rincko Dev",
"url": "https://github.com/rinckodev"
},
"license": "ISC",
"devDependencies": {
"@types/cross-spawn": "^6.0.6",
"@types/fs-extra": "^11.0.4",
"@types/lodash.merge": "^4.6.9",
"@types/node": "^20.17.30",
"tsup": "^8.4.0",
"tsx": "^4.19.3",
"typescript": "^5.8.3"
},
"dependencies": {
"@inquirer/prompts": "^7.5.3",
"@reliverse/reglob": "^1.0.0",
"chalk": "5.3.0",
"citty": "^0.1.6",
"cli-table3": "^0.6.5",
"conf": "12.0.0",
"cross-spawn": "^7.0.6",
"fs-extra": "11.2.0",
"inquirer-select-pro": "^1.0.0-alpha.9",
"lodash.merge": "^4.6.2",
"ora": "^8.2.0",
"pkg-types": "^1.3.1",
"ts-morph": "^26.0.0"
},
"imports": {
"#helpers": [
"./build/helpers/index.js"
],
"#prompts": [
"./build/helpers/helper.prompts.js"
],
"#menus": [
"./build/menus/index.js"
],
"#shared/*": [
"./build/shared/*"
],
"#types": [
"./build/types/index.js"
]
},
"engines": {
"node": ">=20.11.0"
}
}