-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 874 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 874 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
{
"name": "@hexlet/immutable-fs-trees",
"version": "0.7.2",
"description": "FileSystem Tree",
"type": "module",
"exports": "./index.js",
"scripts": {
"documentation": "documentation",
"test": "NODE_OPTIONS=--experimental-vm-modules npx jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hexlet-components/js-immutable-fs-trees.git"
},
"author": "Kirill Mokevnin",
"license": "ISC",
"bugs": {
"url": "https://github.com/hexlet-components/js-immutable-fs-trees/issues"
},
"homepage": "https://github.com/hexlet-components/js-immutable-fs-trees#readme",
"devDependencies": {
"eslint": "^8.16.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.2.2",
"jest": "^28.1.0",
"jest-cli": "^28.1.0",
"documentation": "^14.0.0"
}
}