Skip to content

Commit e220b78

Browse files
committed
add package.json and add bin/brain-games.js
1 parent 23eb8fd commit e220b78

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

bin/brain-games.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
console.log('Welcome to the Brain Games!');

package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "@hexlet/code",
3+
"version": "1.0.0",
4+
"description": "[![Actions Status](https://github.com/WisdomQuest/frontend-project-44/actions/workflows/hexlet-check.yml/badge.svg)](https://github.com/WisdomQuest/frontend-project-44/actions)",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/WisdomQuest/frontend-project-44.git"
12+
},
13+
"author": "",
14+
"license": "ISC",
15+
"bugs": {
16+
"url": "https://github.com/WisdomQuest/frontend-project-44/issues"
17+
},
18+
"homepage": "https://github.com/WisdomQuest/frontend-project-44#readme"
19+
}

0 commit comments

Comments
 (0)