Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
weebzone authored Nov 18, 2022
1 parent 998e1be commit 7129c0f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "WZML",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "echo \"No build specified\" && exit 1",
"test": "echo \"No test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/weebzone/WZML.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/weebzone/WZML/issues"
},
"homepage": "https://github.com/weebzone/WZML#readme"
}

0 comments on commit 7129c0f

Please sign in to comment.