-
Notifications
You must be signed in to change notification settings - Fork 113
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.29 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.29 KB
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
43
44
45
46
47
48
49
50
51
52
53
{
"name": "expo-server-sdk",
"version": "6.1.0",
"description": "Server-side library for working with Expo using Node.js",
"type": "module",
"main": "./build/ExpoClient.js",
"exports": "./build/ExpoClient.js",
"types": "./build/ExpoClient.d.ts",
"files": [
"build"
],
"engines": {
"node": ">=20"
},
"scripts": {
"build": "yarn prepack",
"lint": "eslint",
"prepack": "tsc --project tsconfig.build.json",
"test": "node --test --env-file .env",
"tsc": "tsc",
"watch": "tsc --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/expo/expo-server-sdk-node.git"
},
"keywords": [
"expo",
"push-notifications"
],
"author": "support@expo.dev",
"license": "MIT",
"bugs": {
"url": "https://github.com/expo/expo-server-sdk-node/issues"
},
"homepage": "https://github.com/expo/expo-server-sdk-node#readme",
"dependencies": {
"promise-limit": "^2.7.0",
"promise-retry": "^2.0.1",
"undici": "^7.2.0"
},
"devDependencies": {
"@tsconfig/bases": "1.0.16",
"@types/node": "24.10.1",
"@types/promise-retry": "1.1.6",
"eslint": "9.39.2",
"eslint-config-universe": "15.0.3",
"jiti": "2.6.1",
"prettier": "3.7.4",
"typescript": "5.9.3"
},
"packageManager": "yarn@4.12.0"
}