22 lines
653 B
JSON
22 lines
653 B
JSON
{
|
|
"name": "sanctuary-luanti",
|
|
"version": "0.1.0-dev.1",
|
|
"private": true,
|
|
"description": "Outillage de développement du jeu libre Sanctuary pour Luanti.",
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"scripts": {
|
|
"setup": "node tools/luanti.mjs setup",
|
|
"check": "node tools/luanti.mjs check",
|
|
"test:tooling": "node --test tests/*.test.mjs",
|
|
"test": "npm run test:tooling && npm run check",
|
|
"play": "node tools/luanti.mjs play",
|
|
"server": "node tools/luanti.mjs server",
|
|
"status": "node tools/luanti.mjs status",
|
|
"logs": "node tools/luanti.mjs logs",
|
|
"stop": "node tools/luanti.mjs stop"
|
|
}
|
|
}
|