You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Haha-Yes/node_modules/discord.js/typings/package.json

14 lines
246 B
JSON

{
"devDependencies": {
"tslint": "^3.15.1",
"tslint-config-typings": "^0.2.4",
"typescript": "^2.2.1"
},
"scripts": {
"lint": "tslint index.d.ts discord.js-test.ts"
},
"dependencies": {
"@types/node": "^7.0.0"
}
}