{ "name": "revolt.js", "version": "7.0.5", "type": "module", "module": "lib/index.js", "types": "lib/index.d.ts", "repository": "https://github.com/revoltchat/revolt.js", "author": "Paul Makles ", "license": "MIT", "scripts": { "build": "tsc", "build:watch": "tsc-watch --onSuccess \"node .\"", "lint": "eslint --ext .ts,.tsx src/", "lint:fix": "eslint --fix --ext .ts,.tsx src/", "typecheck": "tsc --noEmit", "docs": "typedoc --plugin @mxssfd/typedoc-theme --theme my-theme --readme README.md src/", "fmt": "prettier --write 'src/**/*.{js,jsx,ts,tsx}'", "fmt:check": "prettier --check 'src/**/*.{js,jsx,ts,tsx}'" }, "files": [ "README.md", "lib" ], "description": "Library for interacting with the Revolt API.", "packageManager": "pnpm@9.4.0", "dependencies": { "@solid-primitives/map": "^0.4.11", "@solid-primitives/set": "^0.4.11", "@vladfrangu/async_event_emitter": "^2.4.6", "revolt-api": "0.8.3", "solid-js": "^1.8.15", "ulid": "^2.3.0" }, "devDependencies": { "@mxssfd/typedoc-theme": "^1.1.3", "@trivago/prettier-plugin-sort-imports": "^4.3.0", "@types/node": "^18.19.24", "@types/ws": "^8.5.10", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "eslint": "^8.57.0", "eslint-config-prettier": "^8.10.0", "eslint-plugin-solid": "^0.12.1", "eslint-plugin-spellcheck": "^0.0.20", "prettier": "^2.8.8", "tsc-watch": "^6.0.4", "typedoc": "^0.25.1", "typescript": "^5.4.2" } }