Skylar Grant
b9208cc8f1
Some checks failed
TenorJS-v2 Deploy Automation / build (pull_request) Failing after 0s
24 lines
445 B
JSON
24 lines
445 B
JSON
{
|
|
"name": "tenorjs-v2",
|
|
"version": "1.0.7",
|
|
"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"
|
|
}
|
|
}
|