{ "name": "@sammo-ts/game-api", "private": true, "version": "0.0.0", "type": "module", "scripts": { "build": "tsdown -c ../../tsdown.config.ts -F @sammo-ts/game-api", "dev": "tsdown -c ../../tsdown.config.ts -F @sammo-ts/game-api --watch", "lint": "node -e \"console.log('lint not configured')\"", "test": "node -e \"console.log('test not configured')\"", "typecheck": "tsc --noEmit" }, "devDependencies": { "tsdown": "^0.18.3" } }