-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.32 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.32 KB
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
{
"name": "@triggerfishab/lisa-cli",
"version": "2.20.3",
"description": "CLI commands to generate a new project based on Lisa",
"main": "./index.js",
"bin": {
"lisa": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write \"./**/*.{js,ts,tsx,json}\"",
"lint": "eslint --fix ./**/*.js",
"lint:check": "eslint ./**/*.js"
},
"author": "Johan Möller",
"license": "ISC",
"type": "module",
"dependencies": {
"@aws-sdk/client-cloudfront": "^3.245.0",
"@aws-sdk/client-iam": "^3.418.0",
"@aws-sdk/client-s3": "^3.245.0",
"@sendgrid/client": "^7.6.2",
"chalk": "^4.1.2",
"command-exists": "^1.2.9",
"commander": "^11.0.0",
"conf": "^11.0.0",
"generate-password": "^1.6.1",
"ip": "^2.0.1",
"js-yaml": "^4.1.0",
"node-fetch": "3",
"oauth-1.0a": "^2.2.6",
"prompts": "^2.4.2",
"semver": "^7.3.8"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/node": "^20.8.6",
"eslint": "^8.51.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-n": "^16.2.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-promise": "^6.1.1",
"prettier": "^3.0.3"
}
}