UNPKG

warframe-worldstate-parser

Version:

An Open parser for Warframe's Worldstate in Javascript

41 lines (40 loc) 904 B
{ "name": "warframe-worldstate-parser", "version": "4.5.1", "description": "An Open parser for Warframe's Worldstate in Javascript", "keywords": [ "warframe-worldstate", "warframe" ], "homepage": "https://github.com/wfcd/warframe-worldstate-parser#readme", "bugs": { "url": "https://github.com/wfcd/warframe-worldstate-parser/issues" }, "repository": "github:wfcd/warframe-worldstate-parser", "license": "MIT", "author": "aliasfalse", "contributors": [ "nspacestd (https://github.com/nspacestd)" ], "type": "module", "exports": { ".": { "import": "./main.js", "types": "./types/index.d.ts" } }, "main": "main.js", "types": "./types/main.d.ts", "files": [ "lib", "main.js", "LICENSE", "types" ], "peerDependencies": { "warframe-worldstate-data": ">=2.12.2" }, "engines": { "node": ">=18.19.0" } }