Files
Node.js-14-Cookbook/Chapter10/optimize-sync/package.json
T
2020-08-30 23:30:37 +01:00

16 lines
278 B
JSON

{
"name": "optimize-sync",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"benchmark": "^2.1.4"
}
}