|
|
@ -1,10 +1,11 @@ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "npm-testing", |
|
|
|
"name": "create-npm-testing", |
|
|
|
"version": "1.0.0", |
|
|
|
"version": "1.0.0", |
|
|
|
"description": "Testing npm install/create.", |
|
|
|
"description": "Testing npm install/create.", |
|
|
|
"main": "index.js", |
|
|
|
"main": "index.js", |
|
|
|
"bin": { |
|
|
|
"bin": { |
|
|
|
"setup-project": "index.js" |
|
|
|
"create-npm-testing": "index.js", |
|
|
|
|
|
|
|
"create": "index.js" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"scripts": { |
|
|
|
"scripts": { |
|
|
|
"test": "test" |
|
|
|
"test": "test" |
|
|
|