forked from lando/lando
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 696 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 696 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": "@lando/lando",
"description": "The best local development solution in the galaxy.",
"license": "GPL-3.0",
"version": "3.15.0",
"repository": {
"type": "git",
"url": "https://github.com/lando/lando"
},
"bugs": {
"email": "mike@lando.dev",
"url": "https://github.com/lando/lando/issues"
},
"scripts": {
"lint": "eslint --quiet --ext .js --config .eslintrc.json scripts",
"release": "bump --prompt --tag --all --push"
},
"devDependencies": {
"eslint": "^6.1.0",
"eslint-config-google": "^0.9.1",
"version-bump-prompt": "^4.2.1"
},
"dependencies": {
"debug": "^4.3.2",
"fs-extra": "^10",
"lodash": "^4.17.21"
}
}