UNPKG

@socialgorithm/uabc

Version:

Ultimate Algorithm Battle Client

62 lines (61 loc) 1.32 kB
{ "name": "@socialgorithm/uabc", "version": "10.2.1", "description": "Ultimate Algorithm Battle Client", "main": "dist/index.js", "bin": { "uabc": "bin/index.js" }, "scripts": { "build": "tsc", "build:watch": "tsc --watch", "start": "ts-node -r tsconfig-paths/register --files src/index.ts", "test": "echo 'No tests available'" }, "repository": { "type": "git", "url": "git+https://github.com/socialgorithm/uabc.git" }, "keywords": [ "ultimate", "algorithm", "battle", "client" ], "author": "Socialgorithm", "license": "MIT", "bugs": { "url": "https://github.com/socialgorithm/uabc/issues" }, "homepage": "https://github.com/socialgorithm/uabc#readme", "dependencies": { "@socialgorithm/model": "10.2.0", "command-line-args": "^5.2.0", "command-line-usage": "^6.1.1", "socket.io-client": "^4.2.0", "socket.io-proxy": "^1.0.3" }, "devDependencies": { "@types/node": "^16.9.1", "ts-node": "^10.2.1", "tsconfig-paths": "^3.11.0", "typescript": "^4.4.2" }, "nyc": { "extension": [ ".ts" ], "include": [ "src/*.ts", "src/**/*.ts" ], "exclude": [ "**/*.js", "**/*.d.ts" ], "require": [ "ts-node/register" ], "all": true } }