UNPKG

ggejs

Version:

A powerful JavaScript library for interacting with the server of Goodgame Empire: Four Kingdoms

38 lines (37 loc) 788 B
{ "name": "ggejs", "version": "1.1.6", "description": "A powerful JavaScript library for interacting with the server of Goodgame Empire: Four Kingdoms", "main": "./src/index.js", "types": "./typings/index.d.ts", "scripts": { "test": "node test/index.js" }, "files": [ "src", "typings" ], "directories": { "lib": "src" }, "keywords": [ "Goodgame Studios", "Empire: Four Kingdoms", "empire", "e4k", "node" ], "repository": { "type": "git", "url": "https://github.com/vanBrusselGames/ggejs" }, "author": "vanBrusselGames", "license": "ISC", "exports": "./src/index.js", "dependencies": { "e4k-data": "*" }, "devDependencies": { "@types/node": "^22.14.0" } }