mirror of
https://github.com/bevyengine/bevy.git
synced 2026-07-02 08:43:32 -04:00
3ca67f042a
# Objective - We use npm for tests on wasm and on mobile - Dependencies haven't been updated in... a long time ## Solution - Update them ## Testing - I ran both in local and it worked
17 lines
282 B
JSON
17 lines
282 B
JSON
{
|
|
"name": "start-wasm-example",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.55.1"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^17.2.3"
|
|
}
|
|
}
|