Skip to content

Commit 3e6112b

Browse files
Create package.json
1 parent 03d8c53 commit 3e6112b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

lookAt_Bot/package.json

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "lookat-bot",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"author": "",
10+
"license": "ISC",
11+
"dependencies": {
12+
"mineflayer": "^2.28.1"
13+
}
14+
}

0 commit comments

Comments
 (0)