create-karton-app
Version:
Create KartonJS Application in one command.
32 lines (31 loc) • 708 B
JSON
{
"name": "create-karton-app",
"type": "module",
"version": "1.0.5",
"description": "Create KartonJS Application in one command.",
"main": "create-karton-app.js",
"scripts": {
"test": "true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/biensurerodezee/create-karton-app.git"
},
"keywords": [
"Create",
"KartonJS",
"Application",
"Command",
"scaffold",
"app"
],
"author": "Biensurerodezee",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/rodezee/create-karton-app/-/issues"
},
"homepage": "https://gitlab.com/rodezee/create-karton-app#readme",
"bin": {
"create-karton-app": "create-karton-app.js"
}
}