forked from ara-framework/ara-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 915 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
36
37
38
39
40
41
{
"name": "ara-cli",
"version": "1.0.0-alpha.3",
"description": "Ara Framework Command Line Interface",
"keywords": [
"ara",
"cli"
],
"author": "Felipe Guizar Diaz <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/ara-framework/ara-cli.git"
},
"main": "src/index.js",
"bin": {
"ara": "src/index.js"
},
"license": "MIT",
"scripts": {
"prepublish": "npm run lint",
"lint": "eslint ."
},
"dependencies": {
"aws-sdk": "^2.509.0",
"cac": "^6.5.2",
"chalk": "^3.0.0",
"download": "^7.1.0",
"execa": "^3.3.0",
"majo": "^0.10.1",
"ora": "^5.0.0",
"s3rver": "^3.3.0",
"sao": "^1.6.1",
"serverless-offline": "^5.10.1",
"webpack": "^4.39.2"
},
"devDependencies": {
"eslint": "^7.8.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.17.3"
}
}