This is only for testing npm init for installing other things.
https://learnjsthehardway.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
692 B
31 lines
692 B
{
|
|
"name": "ljsthw-bandolier",
|
|
"version": "0.1.3",
|
|
"description": "Generates projects using the Bandolier educational framework.",
|
|
"main": "bando.js",
|
|
"bin": {
|
|
"bando-up": "bando.js"
|
|
},
|
|
"scripts": {
|
|
"test": "ava tests/**/*.js"
|
|
},
|
|
"type": "module",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.learnjsthehardway.com/learn-javascript-the-hard-way/ljsthw-bandolier.git"
|
|
},
|
|
"keywords": [
|
|
"installer"
|
|
],
|
|
"author": "Zed A. Shaw",
|
|
"license": "All Rights Reserved",
|
|
"dependencies": {
|
|
"commander": "^9.4.1",
|
|
"fast-glob": "^3.2.12",
|
|
"pino": "^8.7.0",
|
|
"pino-pretty": "^9.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^5.1.0"
|
|
}
|
|
}
|
|
|