mirror of
https://github.com/stoatchat/javascript-client-sdk.git
synced 2026-07-21 04:25:27 -04:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "revolt.js",
|
|
"version": "4.0.0-alpha.16",
|
|
"main": "dist/index.js",
|
|
"repository": "https://gitlab.insrt.uk/revolt/revolt.js",
|
|
"author": "Paul Makles <insrt.uk>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@insertish/mutable": "1.0.3",
|
|
"@insertish/zangodb": "1.0.10-patch.0",
|
|
"axios": "^0.19.2",
|
|
"eventemitter3": "^4.0.7",
|
|
"exponential-backoff": "^3.1.0",
|
|
"isomorphic-ws": "^4.0.1",
|
|
"lodash.defaultsdeep": "^4.6.1",
|
|
"tsc-watch": "^4.1.0",
|
|
"ulid": "^2.3.0",
|
|
"ws": "^7.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/events": "^3.0.0",
|
|
"@types/lodash": "^4.14.168",
|
|
"@types/lodash.defaultsdeep": "^4.6.6",
|
|
"@types/node": "^14.14.31",
|
|
"@types/ws": "^7.2.1",
|
|
"dotenv": "^8.2.0",
|
|
"fake-indexeddb": "^3.1.2",
|
|
"in-publish": "^2.0.1",
|
|
"rimraf": "^3.0.2",
|
|
"typescript": "^3.8.0-dev.20200208"
|
|
},
|
|
"scripts": {
|
|
"dev": "tsc-watch --onSuccess \"node dist/tester\"",
|
|
"prepublish": "in-publish && tsc || echo Skipping build.",
|
|
"build": "rimraf dist && tsc"
|
|
},
|
|
"files": [
|
|
"README.md",
|
|
"dist"
|
|
]
|
|
}
|