tenorjs-v2/package.json

24 lines
445 B
JSON

{
"name": "tenorjs-v2",
"version": "1.0.1",
"description": "A crappy wrapper for Tenor.com API",
"main": "./src/index.js",
"scripts": {
"test": "node ./src/test.js"
},
"repository": {
"type": "git",
"url": "https://git.vfsh.dev/voidf1sh/tenorjs-v2"
},
"keywords": [
"tenor",
"gif"
],
"author": "Skylar Grant",
"license": "MIT",
"dependencies": {
"axios": "^1.7.7",
"dotenv": "^16.4.5"
}
}