erlc-api
Version:
An ER:LC API wrapper for JS/TS
37 lines (36 loc) • 781 B
JSON
{
"name": "erlc-api",
"version": "3.1.0",
"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": {
"chalk": "^5.4.1",
"cli-table3": "^0.6.5",
"node-fetch": "^3.3.2",
"ora": "^8.2.0"
},
"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"
}