-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 834 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 834 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": "dvpntjs-scripts",
"version": "2.2.2",
"description": "dvpnt node helper scripts",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dvpnt/dvpntjs-scripts.git"
},
"bin": {
"version": "./bin/version",
"lint-branch-name": "./bin/lint-branch-name",
"lint-migrations": "./bin/lint-migrations",
"less-builder": "./bin/less-builder",
"changelog": "./bin/changelog",
"db": "./bin/db"
},
"author": "Aleksey Timchenko <flegmatik.bel@gmail.com>",
"scripts": {
"lint": "eslint ./ ./bin/*"
},
"dependencies": {
"chalk": "4.0.0",
"commander": "5.1.0",
"semver": "7.3.2",
"signal-exit": "3.0.3",
"underscore": "1.10.2"
},
"devDependencies": {
"eslint": "5.7.0",
"eslint-config-dvpnt": "3.1.0",
"nrun": "1.0.0"
}
}