benscode-StitcherApi/test/package.json

12 lines
253 B
JSON
Raw Normal View History

{
"name": "api-benchmark",
"version": "1.0.0",
"description": "A benchmark script for the Image Stitcher API.",
"main": "benchmark.js",
"type": "module",
"scripts": {
"start": "node benchmark.js"
},
"author": "",
"license": "ISC"
}