UNPKG

@amelix/phoenix.js

Version:

A feature-rich API wrapper for the critically acclaimed chatting app Phoenix.. or something.

41 lines (40 loc) 957 B
{ "name": "@amelix/phoenix.js", "version": "1.0.6", "description": "A feature-rich API wrapper for the critically acclaimed chatting app Phoenix.. or something.", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc", "prepare": "npm run build", "test": "npm run build && node tests.js", "publish:github": "npm publish --registry https://npm.pkg.github.com" }, "repository": { "type": "git", "url": "git+https://github.com/Amelixx/phoenix.js.git" }, "keywords": [ "Phoenix", "js", "Chat", "app", "amelix" ], "author": "Amelix", "license": "ISC", "bugs": { "url": "https://github.com/Amelixx/phoenix.js/issues" }, "homepage": "https://github.com/Amelixx/phoenix.js#readme", "files": [ "lib/**/*" ], "devDependencies": { "@types/node": "^18.11.15", "typescript": "^4.5.4" }, "dependencies": { "socket.io-client": "^4.4.1" } }