@zeyrbot/urbandictionary
Version:
A wrapper made for urban dictionary api
28 lines • 533 B
JSON
{
"name": "@zeyrbot/urbandictionary",
"version": "1.0.3",
"description": "A wrapper made for urban dictionary api",
"main": "dist/index.js",
"files": [
"dist/**/*.js*",
"dist/**/*.mjs*",
"dist/**/*.d*"
],
"keywords": [
"ud",
"discord",
"dictionary",
"urban"
],
"author": "@ruunao",
"license": "ISC",
"dependencies": {
"@sapphire/fetch": "^2.4.1",
"tslib": "^2.5.2"
},
"scripts": {
"build": "tsc -b .",
"clean": "tsc -b . --clean",
"watch": "tsc -b . -w"
}
}