@escolalms/cla
Version:
Create LMS APP. Escola LMS. Wellms.
32 lines (31 loc) • 1.08 kB
JSON
{
"name": "@escolalms/cla",
"version": "1.4.6",
"description": "Create LMS APP. Escola LMS. Wellms. ",
"main": "index.js",
"scripts": {
"bare": "git clone https://github.com/EscolaLMS/Create-LMS-App.git EscolaLMS && cd EscolaLMS && rm -rf .git",
"init": "git clone https://github.com/EscolaLMS/Create-LMS-App.git EscolaLMS && cd EscolaLMS && rm -rf .git && ./init.sh",
"k8s-init": "git clone https://github.com/EscolaLMS/Create-LMS-App.git EscolaLMS && cd EscolaLMS && rm -rf .git && ./init.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EscolaLMS/Create-LMS-App.git"
},
"keywords": [
"LMS",
"Headless"
],
"author": "Mateusz Wojczal <mateusz@wojczal.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/EscolaLMS/Create-LMS-App/issues"
},
"bin": {
"pull": "scripts/pull.sh",
"lms": "scripts/pull_init.sh",
"k8s-init": "scripts/pull_init_k8s.sh",
"k8s-yamls": "scripts/pull_init_k8s_generate.sh"
},
"homepage": "https://github.com/EscolaLMS/Create-LMS-App#readme"
}