generated from tubone24/k6_template_with_typescript_on_docker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 914 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
{
"name": "ebookhomebrew_k6",
"version": "1.0.0",
"devDependencies": {
"@babel/core": "7.13.16",
"@babel/plugin-proposal-class-properties": "7.13.0",
"@babel/plugin-proposal-object-rest-spread": "7.13.8",
"@babel/preset-env": "7.13.15",
"@babel/preset-typescript": "7.13.0",
"@types/k6": "0.36.0",
"@types/webpack": "5.28.0",
"babel-loader": "8.2.2",
"clean-webpack-plugin": "4.0.0-alpha.0",
"copy-webpack-plugin": "9.1.0",
"rimraf": "^3.0.2",
"typescript": "4.2.4",
"webpack": "5.35.1",
"webpack-cli": "4.6.0",
"webpack-glob-entries": "1.0.1"
},
"scripts": {
"build": "webpack",
"start": "yarn build && scripts/start_test.sh",
"start:windows": "sh -c \"webpack && docker compose run k6 run --compatibility-mode=base - < ./dist/${0}.js\"",
"clean:db": "rimraf influxdb/data && rimraf influxdb/meta && rimraf influxdb/wal"
}
}