create-nxtstart-app
Version:
Nxtstart is an easy to use, interactive CLI tool to bootstrap your next web-based project. The template is aimed at students to get an easy access to web development with example implementations. It is also useful for experts to speed up prototyping.
48 lines (47 loc) • 1.28 kB
JSON
{
"name": "create-nxtstart-app",
"version": "2.8.0",
"description": "Nxtstart is an easy to use, interactive CLI tool to bootstrap your next web-based project. The template is aimed at students to get an easy access to web development with example implementations. It is also useful for experts to speed up prototyping.",
"main": "src/index.js",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/fraunhofer-igd-iva/create-nxtstart-app.git"
},
"bin": {
"create-nxtstart-app": "src/index.js"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"prettier:check": "npx prettier . --check",
"prettier:fix": "npx prettier . --write",
"testYarn": "node ./test/testrun.js yarn",
"testNpm": "node ./test/testrun.js npm"
},
"author": "Felix Wagner",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.22.5",
"@inquirer/prompts": "^2.1.1",
"chalk": "^5.2.0",
"gradient-string": "^2.0.2",
"minimist": "^1.2.8",
"shelljs": "^0.8.5"
},
"devDependencies": {
"prettier": "3.0.0"
},
"keywords": [
"nxtstart",
"template",
"nextjs",
"typescript",
"material ui",
"mui",
"fraunhofer",
"igd",
"iva"
]
}