forked from grafana/k6-jslib-aws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.61 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
{
"name": "k6-jslib-aws",
"repository": "https://github.com/grafana/k6-jslib-aws",
"version": "0.13.0",
"description": "Create a distribution file for the aws jslib",
"main": "src/index.js",
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/eslint-parser": "^7.25.1",
"@babel/eslint-plugin": "^7.25.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-block-scoping": "^7.25.0",
"@babel/preset-env": "^7.25.0",
"@babel/preset-typescript": "^7.24.7",
"@types/k6": "^0.52.0",
"@types/webpack": "^5.28.5",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"babel-loader": "^9.1.3",
"chai": "5.1.1",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"terser-webpack-plugin": "^5.3.10",
"typescript": "^5.5.4",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"webpack-glob-entries": "^1.0.1"
},
"engines": {},
"scripts": {
"webpack": "./node_modules/.bin/webpack",
"test": "npm run webpack && docker-compose down -v && docker-compose up --build -d && sleep 15 && k6 run -q tests/index.js",
"test:ci": "npm run webpack && k6 run -q tests/index.js",
"lint": "npx eslint src tests examples"
},
"keywords": [
"k6",
"aws"
],
"author": "k6 team",
"license": "MIT"
}