-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.07 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.07 KB
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
{
"name": "@hexlet/code",
"version": "0.0.1",
"description": "[](https://github.com/impedance/js-algorithms-project-lvl1/actions)",
"main": "index.js",
"bin": {
"nodejs-package": "bin/nodejs-package.js"
},
"engines": {
"node": ">=14"
},
"scripts": {
"test": "jest test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/impedance/js-algorithms-project-lvl1.git"
},
"author": "Alexander Inozemtsev",
"license": "ISC",
"bugs": {
"url": "https://github.com/impedance/js-algorithms-project-lvl1/issues"
},
"type": "module",
"homepage": "https://github.com/impedance/js-algorithms-project-lvl1#readme",
"devDependencies": {
"@babel/preset-env": "^7.14.5",
"@jest/globals": "^27.0.1",
"babel-jest": "^27.0.2",
"eslint": "^7.27.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-jest": "^24.3.6",
"jest": "^27.0.4",
"jest-cli": "^27.0.1"
}
}