forked from grafana/k6-jslib-aws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.33 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
{
"name": "k6-jslib-aws",
"repository": "https://github.com/grafana/k6-jslib-aws",
"version": "0.7.0",
"description": "Create a distribution file for the aws jslib",
"main": "src/index.js",
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-object-rest-spread": "^7.17.3",
"@babel/plugin-transform-block-scoping": "^7.14.1",
"@babel/preset-env": "^7.4.4",
"@babel/preset-typescript": "^7.16.7",
"@types/k6": "^0.37.0",
"@types/uuid": "^3.4.0",
"@types/webpack": "^5.28.0",
"babel-loader": "^8.0.6",
"chai": "4.3.4",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.2.4",
"terser-webpack-plugin": "^5.3.1",
"typescript": "^4.6.3",
"uuid": "^3.4.0",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-glob-entries": "^1.0.1"
},
"engines": {},
"scripts": {
"webpack": "webpack",
"test": "npm run webpack && docker-compose down && docker-compose up --build -d && sleep 15 && k6 run tests/index.js",
"ci-test": "npm run webpack && k6 run tests/index.js"
},
"keywords": [
"k6",
"aws"
],
"author": "k6 team",
"license": "MIT"
}