@tmraaex/create-structure
Version:
CLI-verktyg för att skapa en standardiserad projektstruktur med TypeScript
28 lines • 613 B
JSON
{
"name": "@tmraaex/create-structure",
"version": "2.3.9",
"description": "CLI-verktyg för att skapa en standardiserad projektstruktur med TypeScript",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"typescript",
"project-structure",
"react",
"express"
],
"author": "TmRAaEx",
"license": "ISC",
"type": "module",
"bin": {
"create-structure": "./index.js"
},
"dependencies": {
"@inquirer/prompts": "^7.3.2",
"fs-extra": "^11.3.0",
"inquirer": "^12.4.2",
"open": "^10.1.0"
}
}