Skip to content

Commit

Permalink
add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
geekyayush committed May 17, 2024
1 parent 6d4d914 commit 4e2d16e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "bend-lang",
"version": "1.0.0",
"description": "Unofficial guide to Bend programming language",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}

0 comments on commit 4e2d16e

Please sign in to comment.