-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 741 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 741 Bytes
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
{
"name": "k6-es6",
"version": "1.0.0",
"description": "test project for k6 to use es6 through the power of babel and webpack",
"main": "main.js",
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/plugin-transform-block-scoping": "^7.14.1",
"@babel/preset-env": "^7.4.4",
"babel-loader": "^8.0.6",
"core-js": "^3.0.1",
"moment": "^2.24.0",
"webpack": "^4.31.0",
"webpack-cli": "^3.3.2"
},
"engines": {},
"scripts": {
"webpack": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"k6"
],
"author": "Mihail Stoykov",
"license": "ISC",
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"faker": "^5.5.3",
"xml2js": "^0.4.19"
}
}