-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 888 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 888 Bytes
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
{
"name": "@hexlet/fs",
"version": "0.4.1",
"description": "",
"main": "src/index.js",
"type": "module",
"scripts": {
"documentation": "documentation",
"test": "npx -n --experimental-vm-modules -n --no-warnings jest --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hexlet-components/js-fs.git"
},
"author": "Kirill Mokevnin",
"license": "ISC",
"bugs": {
"url": "https://github.com/hexlet-components/js-js/issues"
},
"homepage": "https://github.com/hexlet-components/js-js#readme",
"dependencies": {
"@hexlet/trees": "^0.7.1",
"errno": "^1.0.0"
},
"devDependencies": {
"documentation": "^14.0.0",
"eslint": "^7.18.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"jest": "^26.6.3",
"jest-cli": "^26.6.3"
}
}