-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.18 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "@hexlet/code",
"version": "1.0.0",
"type": "module",
"description": "[![Actions Status](https://github.com/Meetyouafter/frontend-project-lvl1/workflows/hexlet-check/badge.svg)](https://github.com/Meetyouafter/frontend-project-lvl1/actions)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "module",
"url": "git+https://github.com/Meetyouafter/frontend-project-lvl1.git"
},
"author": "levis",
"license": "ISC",
"bugs": {
"url": "https://github.com/Meetyouafter/frontend-project-lvl1/issues"
},
"homepage": "https://github.com/Meetyouafter/frontend-project-lvl1#readme",
"bin": {
"brain-games": "bin/brainGames.js",
"brain-even": "bin/brainEven.js",
"brain-calc": "bin/brainCalc.js",
"brain-gcd": "bin/brainGcd.js",
"brain-prime": "bin/brainPrime.js",
"brain-progression": "bin/brainProgression.js"
},
"dependencies": {
"readline-sync": "^1.4.10"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^11.0.2",
"eslint": "^8.19.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.26.0",
"prettier": "^2.7.1"
}
}