@maquestiaux-foundry/stackcraft
Version:
A CLI tool to scaffold full-stack projects: folder structure, eUI frontend, ExpressJS backend, and SQL database setup.
53 lines (52 loc) • 1.32 kB
JSON
{
"name": "@maquestiaux-foundry/stackcraft",
"version": "0.0.0-beta.0.0.7",
"description": "A CLI tool to scaffold full-stack projects: folder structure, eUI frontend, ExpressJS backend, and SQL database setup.",
"main": "index.ts",
"bin": {
"stackcraft": "./index.ts"
},
"scripts": {
"start": "npx ts-node index.ts",
"build": "npx tsc",
"build:clean": "rm -rf dist && npm run build",
"test": "echo \"Warning: no test specified\" && exit 0",
"version:check": "node -p \"require('./package.json').version\"",
"status": "./scripts/check-status.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maquejp/stackcraft.git"
},
"keywords": [
"stackcraft",
"scaffold",
"project-scaffolding",
"frontend",
"backend",
"eUI",
"Angular",
"NodeJs",
"ExpressJs",
"SQL",
"Database",
"CLI"
],
"author": "Jean-Philippe Maquestiaux",
"license": "EUPL-1.2",
"bugs": {
"url": "https://github.com/maquejp/stackcraft/issues"
},
"homepage": "https://github.com/maquejp/stackcraft#readme",
"devDependencies": {
"@types/blessed": "^0.1.25",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
},
"dependencies": {
"blessed": "^0.1.81"
},
"publishConfig": {
"access": "public"
}
}