-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 957 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"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"
}
}