UNPKG

shoti

Version:

Wrapper for Shoti API.

41 lines (40 loc) 1.02 kB
{ "name": "shoti", "version": "1.0.6", "main": "dist/index.cjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", "type": "module", "scripts": { "test": "node tests/index.js", "build": "rollup -c" }, "keywords": [ "shoti", "api", "shoti-api", "girl", "cute", "thirst-trap", "chatbot", "mesenger", "telegram" ], "author": "Jan Liby Dela Costa (@libyzxy0)", "license": "MIT", "description": "Wrapper for Shoti API.", "dependencies": { "axios": "^1.8.4", "node-color-log": "^12.0.1", "tslib": "^2.8.1" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-typescript": "^12.1.2", "rollup": "^4.38.0", "typescript": "^5.8.2" }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }