-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.13 KB
/
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
36
37
38
39
{
"name": "js-benchmark-testing",
"version": "1.0.0",
"description": "Explore the performance nuances of common JavaScript operations with this benchmark testing repository. Compare deep cloning methods, loop constructs, condition checks, bitwise operations, and arithmetic calculations. Optimize your code and make informed decisions based on real-world performance metrics.",
"main": "main.ts",
"engines": {
"node": "^17.0.0"
},
"scripts": {
"benchmark": "node main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tajnur007/js-benchmark-testing.git"
},
"keywords": [
"JavaScript",
"Benchmark",
"Testing",
"Performance",
"Optimization",
"Code Comparison",
"Deep Clone",
"Loops",
"Condition Checks",
"Bitwise Operations",
"Arithmetic Calculations",
"Open Source",
"Contributions",
"Coding Standards"
],
"author": "Kazi Tajnur Islam",
"license": "MIT",
"bugs": {
"url": "https://github.com/tajnur007/js-benchmark-testing/issues"
},
"homepage": "https://github.com/tajnur007/js-benchmark-testing#readme",
"type": "module"
}