-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.27 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "@futurestudio/hercules",
"description": "Hercules is a Vagrant box that provides a great development environment.",
"version": "1.5.1",
"author": "Marcus Pöhls <[email protected]>",
"bin": {
"hercules": "cli.js"
},
"bugs": {
"url": "https://github.com/futurestudio/hercules/issues"
},
"dependencies": {
"@adonisjs/ace": "~5.0.8",
"@supercharge/collections": "~5.0.1",
"js-yaml": "~3.14.0",
"ora": "~4.1.0",
"update-notifier": "~6.0.2"
},
"devDependencies": {
"ava": "3.12.1",
"eslint": "~7.32.0",
"eslint-config-standard": "~16.0.1",
"eslint-plugin-import": "~2.27.4",
"eslint-plugin-node": "~11.1.0",
"eslint-plugin-promise": "~6.1.0",
"eslint-plugin-standard": "~4.1.0",
"execa": "~7.0.0"
},
"engines": {
"node": ">= 8.9.0"
},
"homepage": "https://github.com/futurestudio/hercules#readme",
"keywords": [
"dev-environment",
"developer",
"devops",
"node.js",
"vagrant"
],
"license": "MIT",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/futurestudio/hercules.git"
},
"scripts": {
"test": "ava",
"test-single": "ava --match",
"lint": "eslint **.js"
}
}