csc309-team58/package.json
Hansi Xu cce32d2267 Did a quick create-react-app
"What's with all these vulnerabilities?"
2022-02-21 17:02:07 -05:00

23 lines
541 B
JSON

{
"name": "convenient-sports-matcher-v1",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/csc309-winter-2022/team58.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/csc309-winter-2022/team58/issues"
},
"homepage": "https://github.com/csc309-winter-2022/team58#readme",
"dependencies": {
"create-react-app": "^5.0.0"
}
}