mirror of
https://github.com/stoatchat/javascript-client-sdk.git
synced 2026-07-19 17:13:31 -04:00
55 lines
1.6 KiB
JSON
55 lines
1.6 KiB
JSON
{
|
|
"name": "revolt.js",
|
|
"version": "7.0.0-beta.1",
|
|
"main": "lib/cjs/index.js",
|
|
"module": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"repository": "https://github.com/revoltchat/revolt.js",
|
|
"author": "Paul Makles <insrt.uk>",
|
|
"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 --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@7.14.2",
|
|
"dependencies": {
|
|
"@solid-primitives/map": "^0.4.3",
|
|
"@solid-primitives/set": "^0.4.3",
|
|
"eventemitter3": "^5.0.0",
|
|
"isomorphic-ws": "^5.0.0",
|
|
"long": "^5.2.1",
|
|
"revolt-api": "^0.5.17",
|
|
"solid-js": "^1.7.2",
|
|
"typedoc": "^0.24.1",
|
|
"ulid": "^2.3.0",
|
|
"ws": "^8.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
|
|
"@types/node": "^18.15.11",
|
|
"@types/ws": "^8.5.4",
|
|
"@typescript-eslint/eslint-plugin": "^5.57.1",
|
|
"@typescript-eslint/parser": "^5.57.1",
|
|
"dotenv": "^16.0.3",
|
|
"eslint": "^8.37.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-plugin-solid": "^0.12.0",
|
|
"eslint-plugin-spellcheck": "^0.0.20",
|
|
"prettier": "^2.8.7",
|
|
"tsc-watch": "^6.0.0",
|
|
"typed-emitter": "^2.1.0",
|
|
"typescript": "^5.0.3"
|
|
}
|
|
}
|