forked from sorccu/please-update-dependencies
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 887 Bytes
/
package.json
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
{
"name": "@devicefarmer/please-update-dependencies",
"version": "2.0.2",
"description": "It checks that currently installed dependencies satisfy the requirements set in your package.json file",
"keywords": [
"dependencies",
"update",
"cli",
"relief"
],
"license": "Apache-2.0",
"author": {
"name": "DeviceFarmer",
"email": "[email protected]",
"url": "https://devicefarmer.com"
},
"repository": {
"type": "git",
"url": "https://github.com/devicefarmer/please-update-dependencies.git"
},
"main": "./index",
"scripts": {
"test": "node -e 'require(\"./index\")(module)'"
},
"dependencies": {
"chalk": "^1.1.3",
"semver": "^7.6.3"
},
"devDependencies": {
"eslint": "^3.9.1",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.3.1",
"eslint-plugin-standard": "^2.0.1"
}
}