UNPKG

eldenring-api

Version:

Elden Ring API Wrapper

25 lines (24 loc) 456 B
{ "name": "eldenring-api", "version": "1.0.1", "description": "Elden Ring API Wrapper", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "scripts": { "test": "", "build": "tsc" }, "author": "Mark", "license": "MIT", "devDependencies": { "typescript": "^5.3.2" }, "repository": { "url": "https://github.com/marrrkkk/eldenring-api" }, "keywords": [ "api", "api-wrapper", "elden-ring" ] }