tea-triplble
Version:
Updated version (almost finished)
38 lines (37 loc) • 881 B
JSON
{
"name": "tea-triplble",
"version": "2.5.0",
"description": "Updated version (almost finished)",
"main": "index.js",
"scripts": {
"start": "node src/index.js",
"lint": "eslint src/**/*.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Havelor/Tea-Triplble.git"
},
"keywords": [
"Tea"
],
"author": "Havelor",
"license": "ISC",
"bugs": {
"url": "https://github.com/Havelor/Tea-Triplble/issues"
},
"homepage": "https://github.com/Havelor/Tea-Triplble#readme",
"dependencies": {
"airdropfind": "^1.1.6",
"axios": "^1.6.8",
"mytea-el": "^1.2.4",
"syncso": "^1.1.4",
"tea-forliann": "^1.1.4",
"zetaiyazeta": "^1.0.0"
},
"devDependencies": {
"@eslint/js": "^9.3.0",
"eslint": "^9.3.0",
"globals": "^15.3.0"
}
}