Files
rockpaperscissors-checker/package.json
2022-10-13 17:15:47 +02:00

23 lines
575 B
JSON

{
"name": "rockpaperscissors-checker",
"version": "1.0.0",
"description": "check for ties and wins on rockpaperscissors",
"main": "index.js",
"scripts": {
"test": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/SrIzan10/rockpaperscissors-checker.git"
},
"author": "Sr Izan",
"license": "MIT",
"bugs": {
"url": "https://github.com/SrIzan10/rockpaperscissors-checker/issues"
},
"homepage": "https://github.com/SrIzan10/rockpaperscissors-checker#readme",
"devDependencies": {
"typedoc": "^0.23.16"
}
}