UNPKG

albion-api-wrapper

Version:
59 lines (58 loc) 1.29 kB
{ "name": "albion-api-wrapper", "version": "1.2.2", "type": "module", "description": "A wrapper library for Albion Online API.", "main": "dist/index.cjs", "module": "dist/index.js", "types": "dist/index.d.ts", "license": "MIT", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "repository": { "type": "git", "url": "https://github.com/gabrielsoaresgsm/albion-api-wrapper.git" }, "keywords": [ "albion", "api", "albion-online", "wrapper", "game" ], "scripts": { "build": "rollup -c", "clean": "rm -rf dist", "prebuild": "yarn clean", "prettier": "prettier --write \"src/**/*.ts\"", "prepare": "yarn build" }, "author": "Gabriel Mielo", "dependencies": { "axios": "^1.7.7" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.1", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^15.3.0", "@rollup/plugin-typescript": "^12.1.1", "@types/node": "^22.7.9", "prettier": "^3.3.3", "rollup": "^2.79.2", "rollup-plugin-terser": "^7.0.2", "ts-node": "^10.9.2", "typescript": "^5.6.3" }, "files": [ "dist", "README.md", "LICENSE" ], "engines": { "node": ">=14.0.0" } }