@cto.af/create
Version:
Scaffold a new project in the `@cto.af` style.
33 lines (32 loc) • 703 B
JSON
{
"name": "@cto.af/create",
"version": "1.0.2",
"decription": "Create a @cto.af-style project",
"bin": "index.js",
"type": "module",
"keywords": [
"scaffold,",
"template,",
"generate,",
"project"
],
"author": "Joe Hildebrand <joe-github@cursive.net>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/cto-af/create.git"
},
"homepage": "https://github.com/cto-af/create#readme",
"bugs": {
"url": "https://github.com/cto-af/create/issues"
},
"dependencies": {
"execa": "9.6.0",
"glob": "11.0.3",
"simple-scaffold": "2.3.3"
},
"packageManager": "pnpm@10.21.0",
"engines": {
"node": ">=20"
}
}