-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 749 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 749 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
{
"name": "dependencies-tree-builder",
"version": "1.0.5",
"description": "",
"main": "src/index.js",
"scripts": {
"format": "prettier --single-quote --trailing-comma es5 --write \"src/**/*.js\"",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/itwillwork/dependencies-tree-builder.git"
},
"author": "itwillwork <nurullin_edgar@mail.ru>",
"license": "ISC",
"bugs": {
"url": "https://github.com/itwillwork/dependencies-tree-builder/issues"
},
"homepage": "https://github.com/itwillwork/dependencies-tree-builder#readme",
"dependencies": {
"lodash": "4.17.11",
"package-json": "6.0.0",
"semver": "5.6.0"
},
"devDependencies": {
"jest": "24.3.1"
}
}