forked from hexlet-components/pg-dump-example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 824 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 824 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
{
"name": "pg-dump-example",
"version": "1.0.0",
"description": "```sh git clone git@github.com:hexlet-components/pg-dump-example.git cd pg-dump-example make ```",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hexlet-components/pg-dump-example.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hexlet-components/pg-dump-example/issues"
},
"homepage": "https://github.com/hexlet-components/pg-dump-example#readme",
"dependencies": {
"faker": "^4.1.0",
"knex": "^0.21.1",
"lodash": "^4.17.19"
},
"devDependencies": {
"eslint": "^7.0.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2"
}
}