-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 937 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
41
42
{
"name": "@rowasc/xs-gather-sdk",
"version": "0.0.8",
"description": "A small package to work with gather http APIs",
"main": "./dist/api/gather.js",
"types": "./dist/api/gather.d.ts",
"dependencies": {
"axios": "^0.21.1"
},
"files": [
"/dist"
],
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/node": "^14.14.22",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"ts-jest": "^26.5.0",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
},
"scripts": {
"test": "jest",
"build": "tsc",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "[email protected]:rowasc/xs-gather-sdk.git"
},
"keywords": [
"gather.town",
"typescript",
"sdk"
],
"author": "Romina Suarez",
"license": "MIT",
"bugs": {
"url": "https://github.com/rowasc/xs-gather-sdk/issues"
},
"homepage": "https://github.com/rowasc/xs-gather-sdk#readme"
}