This repository has been archived on 2025-11-04. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
know-it-all/package.json
2022-03-03 08:07:36 -06:00

16 lines
328 B
JSON

{
"name": "test-site",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"concurrently": "^7.0.0",
"create-react-app": "^1.2.1",
"express-generator": "^4.2.0"
}
}