-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 898 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 898 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
{
"name": "coding-test-js",
"version": "1.0.0",
"description": "* WSL(Ubuntu 25.10 (GNU/Linux 6.6.87.2-microsoft-standard-WSL2 x86_64)) * Node.js v26.5.0 * pnpm 11.15.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hayat01sh1da/coding-tests.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hayat01sh1da/coding-tests/issues"
},
"homepage": "https://github.com/hayat01sh1da/coding-tests/javascript#readme",
"dependencies": {
"@babel/core": "^7.29.7",
"@babel/preset-env": "^7.29.7",
"babel-jest": "^30.4.1",
"jest": "^30.4.2"
},
"packageManager": "pnpm@11.14.0+sha512.66c1ac4c7d4762d6d7dde44c7f3e5a73591ed0a0806e751d4ed32d4f004f25b2285a906b1fd8a9e3e621df3b4e2858bf88e50e0cf626bedbe977fe434a5caf85"
}