UNPKG

erlc-api

Version:

An ER:LC API wrapper for JS/TS

35 lines (34 loc) 768 B
{ "name": "erlc-api", "version": "2.3.4", "description": "An ER:LC API wrapper for JS/TS", "main": "index.js", "types": "src/types/index.d.ts", "keywords": [ "erlc", "roblox", "prc", "erlc-api", "liberty-county" ], "author": "egologics", "license": "MIT", "devDependencies": { "typescript": "^5.3.2" }, "dependencies": { "erlc-api": "file:", "node-fetch": "^3.3.2" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/Exodo0/ERLC-API.git" }, "bugs": { "url": "https://github.com/Exodo0/ERLC-API/issues" }, "homepage": "https://github.com/Exodo0/ERLC-API#readme" }