Skip to content

Commit

Permalink
project initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
WeilinerL committed Nov 8, 2021
1 parent 7bef7b8 commit 2706189
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "nuwa-cli",
"version": "1.0.0",
"description": "project initialization tool",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"node",
"template",
"js"
],
"author": "WeilinerL",
"license": "ISC"
}

0 comments on commit 2706189

Please sign in to comment.