Run npm install (#43)
All checks were successful
Lint / pre-commit Linting (push) Successful in 1m18s

Reviewed-on: #43
This commit was merged in pull request #43.
This commit is contained in:
2025-12-16 01:07:55 +01:00
parent 9510650dd1
commit 74d74b73ad
614 changed files with 6056 additions and 159231 deletions

4
node_modules/screeps-api/README.md generated vendored
View File

@@ -20,7 +20,7 @@ User/pass auth will stop working February 1, 2018!
As of 1.7.0, a small CLI program (`screeps-api`) is included.
Server config is specified via a `.screeps.yml` file conforming to the [Unified Credentials File format](https://github.com/screepers/screepers-standards/blob/34bd4e6e5c8250fa0794d915d9f78d3c45326076/SS3-Unified_Credentials_File.md) (Pending [screepers-standard PR #8](https://github.com/screepers/screepers-standards/pull/8))
Server config is specified via a `.screeps.yml` file conforming to the [Unified Credentials File format](https://github.com/screepers/screepers-standards/blob/master/SS3-Unified_Credentials_File.md)
```
screeps-api
@@ -107,7 +107,7 @@ api.socket.connect()
// data: { ... }
// }
api.socket.on('connected',()=>{
// Do stuff after conntected
// Do stuff after connected
})
api.socket.on('auth',(event)=>{
event.data.status contains either 'ok' or 'failed'