-
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) · 897 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 897 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.4.0 * pnpm 11.9.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.12.0+sha512.820a6fbd0d9f04c226638002aead1e45340a9139dd5dc077c1d83ef44aa2481c8eb6637b4c9aa696a3c7e35ba818e49cf27213e5f2b91138d09b7a3e26e898ba"
}