15 lines
263 B
JSON
15 lines
263 B
JSON
{
|
|
"name": "memphisweatherapp",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.51.1",
|
|
"@types/node": "^22.14.0"
|
|
}
|
|
}
|