historical/jsbench-full.git/package.json

21 lines
511 B
JSON
Raw Normal View History

2024-01-16 11:20:27 -06:00
{
"name": "jsbench-full",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nodemixaholic/jsbench-full.git"
},
"author": "Samuel Lord",
"license": "MIT",
"bugs": {
"url": "https://github.com/nodemixaholic/jsbench-full/issues"
},
"homepage": "https://github.com/nodemixaholic/jsbench-full#readme"
}