Some checks failed
Java CI / build (push) Has been cancelled
Bumps the npm_and_yarn group with 1 update in the / directory: [esbuild](https://github.com/evanw/esbuild). Updates `esbuild` from 0.27.2 to 0.28.1 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2025.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.27.2...v0.28.1) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.28.1 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
37 lines
849 B
JSON
37 lines
849 B
JSON
{
|
|
"name": "stendhal",
|
|
"version": "1.0.0",
|
|
"description": "Stendhal is a fun friendly and free multiplayer online adventure game with an old school feel. ",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"doc": "doc",
|
|
"test": "tests"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/arianne/stendhal.git"
|
|
},
|
|
"keywords": [
|
|
"game",
|
|
"java",
|
|
"rpg",
|
|
"mmorpg",
|
|
"game-server"
|
|
],
|
|
"author": "Arianne Project",
|
|
"license": "AGPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://github.com/arianne/stendhal/issues"
|
|
},
|
|
"homepage": "https://arianne-project.org",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"esbuild": "0.28.1",
|
|
"showdown": "^2.1.0",
|
|
"typedoc": "^0.28.15",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|