Files
javascript-client-sdk/package.json
T
2021-07-30 12:40:14 +01:00

48 lines
1.2 KiB
JSON

{
"name": "revolt.js",
"version": "5.0.0-alpha.0",
"main": "dist/index.js",
"repository": "https://gitlab.insrt.uk/revolt/revolt.js",
"author": "Paul Makles <insrt.uk>",
"license": "MIT",
"dependencies": {
"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",
"gulp": "^4.0.2",
"gulp-typedoc": "^3.0.1",
"in-publish": "^2.0.1",
"jsdoc-babel": "^0.5.0",
"node-fetch": "^2.6.1",
"revolt-api": "^0.5.1-alpha.10",
"rimraf": "^3.0.2",
"typedoc": "^0.21.4",
"typescript": "^4.2.3"
},
"scripts": {
"dev": "tsc-watch --onSuccess \"node dist/tester\"",
"prepublish": "in-publish && tsc || echo Skipping build.",
"build": "rimraf dist && tsc",
"build:watch": "tsc-watch",
"typecheck": "tsc --noEmit",
"docs": "gulp typedoc"
},
"files": [
"README.md",
"dist"
]
}