-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 885 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
28
29
30
31
32
33
34
35
{
"name": "jk6-test",
"version": "1.0.0",
"description": "",
"main": "initialization.js",
"scripts": {
"start": "k6 run build/build.bundle.js",
"webpack": "webpack",
"lint": "gts lint",
"clean": "gts clean",
"fix": "gts fix",
"posttest": "npm run lint",
"compile": "tsc",
"pretest": "npm run compile",
"prepare": "npm run compile && husky install"
},
"author": "Jorge Duarte<jorge_duarte@outlook.pt>",
"license": "MIT",
"devDependencies": {
"@types/k6": "^0.36.0",
"@types/node": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"eslint": "^8.6.0",
"eslint-config-google": "^0.14.0",
"gts": "^3.1.0",
"husky": "^7.0.4",
"ts-loader": "^9.2.6",
"typescript": "^4.0.3",
"webpack-cli": "^4.9.1"
},
"dependencies": {
"k6": "^0.0.0"
}
}