Add typings (#925)

This commit is contained in:
acdenisSK
2016-11-27 16:28:46 +01:00
committed by Amish Shah
parent 9323882a8d
commit b85a589a01
3 changed files with 776 additions and 0 deletions

View File

@@ -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",