-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.01 KB
/
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
{
"name": "@shelter-zone/sz-api-types",
"version": "3.0.0",
"description": "SHELTER ZONE all api types",
"exports": {
"./v2": "./v2/index.ts",
"./v3": "./v3/index.ts",
"./SZDailyCheck": "./SZDailyCheck/index.ts",
"./SZSignalChannel": "./SZSignalChannel/index.ts",
"./SZJoinType": "./SZJoinType/index.ts",
"./SZUser": "./SZUser/index.ts",
"./SZUserProfile": "./SZUserProfile/index.ts",
"./SZForm": "./SZForm/index.ts",
"./SZEntryCheck": "./SZEntryCheck/index.ts",
"./SZOAuth": "./SZOAuth/index.ts",
"./SZLog": "./SZLog/index.ts"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SHELTER-ZONE/sz-api-types.git"
},
"keywords": [
"shelterzone"
],
"author": "Proladon",
"license": "ISC",
"bugs": {
"url": "https://github.com/SHELTER-ZONE/sz-api-types/issues"
},
"homepage": "https://github.com/SHELTER-ZONE/sz-api-types#readme"
}