Files
full-arch-bootstrap/package.json
2024-10-22 00:23:28 +02:00

28 lines
508 B
JSON

{
"name": "@dqnid/arch-bootstrap",
"version": "1.0.0",
"description": "NPX archetype bootstrap utility",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"@dqnid/arch-bootstrap": "bin/index.js"
},
"keywords": [
"npx",
"npm",
"node",
"nextjs",
"nestjs",
"express",
"mysql",
"docker"
],
"author": "Daniel Heras Quesada",
"license": "ISC",
"dependencies": {
"readline-sync": "^1.4.10"
}
}