mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Add typings (#925)
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
"version": "10.0.1",
|
||||
"description": "A powerful library for interacting with the Discord API",
|
||||
"main": "./src/index",
|
||||
"types": "./typings/index.d.ts",
|
||||
"scripts": {
|
||||
"test": "eslint src && docgen --source src --custom docs/index.yml",
|
||||
"docs": "docgen --source src --custom docs/index.yml --output docs/docs.json",
|
||||
@@ -29,6 +30,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/hydrabolt/discord.js#readme",
|
||||
"dependencies": {
|
||||
"@types/node": "^6.0.51",
|
||||
"pako": "^1.0.3",
|
||||
"superagent": "^3.0.0",
|
||||
"tweetnacl": "^0.14.3",
|
||||
|
||||
Reference in New Issue
Block a user