@benev/praxis
Version:
Multiplayer webgame laboratory
68 lines (67 loc) • 1.89 kB
JSON
{
"name": "@benev/praxis",
"version": "0.0.0-3",
"description": "Multiplayer webgame laboratory",
"license": "MIT",
"type": "module",
"main": "./x/exports.web.js",
"files": [
"x",
"s"
],
"exports": {
".": "./x/exports.web.js",
"./core": "./x/exports.core.js",
"./*": "./*"
},
"dependencies": {
"@benev/slate": "^0.3.4",
"@e280/authlocal": "^0.2.0-24",
"@e280/science": "^0.0.4",
"@e280/stz": "^0.0.0-18"
},
"devDependencies": {
"@benev/turtle": "^0.6.12",
"http-server": "^14.1.1",
"npm-run-all": "^4.1.5",
"typescript": "^5.8.3"
},
"scripts": {
"build": "rm -rf x && mkdir x && run-s _ln _code _ssg",
"start": "run-p _http _watch",
"test": "node x/tests.test.js",
"testwatch": "run-p _testwatch",
"count": "find s -path '*/_archive' -prune -o -name '*.ts' -exec wc -l {} +",
"devlinks": "run-s _dl:slate",
"_clean": "rm -rf x",
"_code": "turtle build --out=x",
"_ssg": "turtle ssg --in=s,x --out=x",
"_testwatch": "node --watch x/tests.test.js",
"_http": "http-server x",
"_watch": "turtle watch --in=s,x --out=x -v",
"_ln": "run-s _ln:s _ln:assets",
"_ln:s": "ln -s \"$(realpath s)\" x/s",
"_ln:assets": "ln -s \"$(realpath assets)\" x/assets",
"_dl:slate": "rm -rf node_modules/@benev/slate && ln -s \"$(realpath ../../@benev/slate)\" node_modules/@benev/slate",
"_dl:turtle": "rm -rf node_modules/@benev/turtle && ln -s \"$(realpath ../../@benev/turtle)\" node_modules/@benev/turtle"
},
"keywords": [
"game",
"gameplay",
"multiplayer",
"laboratory",
"sandbox",
"webgame",
"web game",
"open source"
],
"author": "Chase Moskal <chasemoskal@gmail.com>",
"homepage": "https://github.com/benevolent-games/praxis#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/benevolent-games/praxis.git"
},
"bugs": {
"url": "https://github.com/benevolent-games/praxis/issues"
}
}