-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 974 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
{
"name": "angka-terbilang-js-benchmark",
"version": "1.0.0",
"description": "Benchmark @develoka/angka-terbilang-js package performance against similar node packages",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"bench": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/develoka/angka-terbilang-js-benchmark.git"
},
"keywords": [
"terbilang",
"javascript",
"benchmarks"
],
"author": "rmdwirizki",
"license": "ISC",
"bugs": {
"url": "https://github.com/develoka/angka-terbilang-js-benchmark/issues"
},
"homepage": "https://github.com/develoka/angka-terbilang-js-benchmark#readme",
"dependencies": {
"@develoka/angka-terbilang-js": "^1.4.1",
"@dimaskiddo/angka-terbilang-nodejs": "^1.0.4",
"angka-menjadi-terbilang": "^0.5.0",
"angka-terbilang": "^1.0.3",
"benchtable": "^0.1.0",
"terbilang-js": "^1.0.1"
}
}