-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.17 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.17 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
{
"name": "aws-lambda-power-tuning-ui",
"version": "0.0.0-development",
"description": "aws-lambda-power-tuning-ui",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/matteo-ronchetti/aws-lambda-power-tuning-ui.git"
},
"keywords": [
"aws",
"lambda",
"tuning"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/matteo-ronchetti/aws-lambda-power-tuning-ui/issues"
},
"homepage": "https://github.com/matteo-ronchetti/aws-lambda-power-tuning-ui#readme",
"scripts": {
"build": "node build.js",
"start": "node serve.js",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --fix src/**/*.js *.js",
"verify": "eslint --max-warnings=0 src/**/*.js *.js",
"serve": "sirv public --port 4000"
},
"devDependencies": {
"autoprefixer": "10.4.7",
"esbuild": "0.14.38",
"esbuild-sass-plugin": "2.2.6",
"eslint": "8.15.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.0.0",
"postcss": "8.4.13",
"prettier": "2.6.2",
"sirv-cli": "2.0.2",
"tailwindcss": "3.0.24"
},
"engines": {
"node": ">=14.13.1 || >16"
}
}