-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 922 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 922 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
35
36
37
{
"author": "Suneil Nyamathi <snyamathi@gmail.com>",
"bin": {
"lerna-semver-sync": "bin/lerna-semver-sync.js"
},
"bugs": "http://github.com/snyamathi/lerna-semver-sync/issues",
"contributors": [],
"dependencies": {
"glob": "^7.1.6",
"lodash": "^4.17.15",
"semver": "^6.3.0",
"semver-intersect": "^1.4.0"
},
"description": "Keep the dependency versions in sync for each package in a monorepo",
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^6.8.0",
"sinon": "^9.0.2",
"jenkins-mocha": "^8.0.0"
},
"keywords": [
"semver"
],
"license": "MIT",
"main": "lerna-semver-sync.js",
"name": "lerna-semver-sync",
"repository": {
"type": "git",
"url": "git@github.com/snyamathi/lerna-semver-sync"
},
"scripts": {
"lint": "eslint .",
"pretest": "npm run lint",
"test": "jenkins-mocha tests/unit --recursive"
},
"version": "1.3.1"
}