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.
22 lines
422 B
22 lines
422 B
{
|
|
"name": "npm-testing",
|
|
"version": "1.0.0",
|
|
"description": "Testing npm install/create.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "test"
|
|
},
|
|
"type": "module",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.learnjsthehardway.com:zedshaw/npm-testing.git"
|
|
},
|
|
"keywords": [
|
|
"testing"
|
|
],
|
|
"author": "Zed A. Shaw",
|
|
"license": "0BSD",
|
|
"dependencies": {
|
|
"commander": "^9.4.1"
|
|
}
|
|
}
|
|
|