forked from kholstinin/infra-homework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 887 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
{
"name": "infra-homework",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test:cjs": "node -r './build/loader.cjs' ./build/test/index.cjs",
"test:esm": "node --import ./build/register.mjs ./build/test/index.mjs",
"test:yarn": "node test/project.js",
"test:hook": "node test/hook.js",
"test:eslint": "node test/eslint.js",
"test:yaml": "node test/yaml.js",
"test:cdp": "node test/cdp.js"
},
"keywords": [],
"author": "kholstinin.da@gmail.com",
"license": "ISC",
"description": "homework tasks for frontend infra course",
"packageManager": "yarn@4.5.3",
"dependencies": {
"@types/eslint": "9.6.1",
"@types/node": "22.10.1",
"@yarnpkg/core": "4.1.6",
"chrome-remote-interface": "0.33.2",
"eslint": "9.16.0",
"express": "4.21.2",
"webpack": "5.97.1",
"webpack-cli": "5.1.4",
"yaml": "2.6.1"
}
}