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.
ljsthw-bandolier/package.json

27 lines
542 B

{
"name": "create-npm-testing",
"version": "1.0.0",
"description": "Testing npm install/create.",
"main": "bando.js",
"scripts": {
"test": "ava tests/**/*.js"
},
"type": "module",
"repository": {
"type": "git",
"url": "git@git.learnjsthehardway.com:zedshaw/npm-testing.git"
},
"keywords": [
"testing"
],
"author": "Zed A. Shaw",
"license": "0BSD",
"dependencies": {
"ava": "^5.1.0",
"commander": "^9.4.1",
"fast-glob": "^3.2.12",
"pino": "^8.7.0",
"pino-pretty": "^9.1.1"
}
}