-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 999 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 999 Bytes
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
{
"name": "@onesignal/node-onesignal",
"version": "5.4.0",
"description": "OpenAPI client for @onesignal/node-onesignal",
"author": "OpenAPI-Generator Contributors",
"keywords": [
"fetch",
"typescript",
"openapi-client",
"openapi-generator"
],
"license": "MIT",
"homepage": "https://github.com/OneSignal/onesignal-node-api",
"repository": {
"type": "git",
"url": "https://github.com/OneSignal/onesignal-node-api"
},
"main": "./dist/index.js",
"type": "commonjs",
"exports": {
".": "./dist/index.js"
},
"typings": "./dist/index.d.ts",
"files": [
"dist/**/*.js",
"dist/**/*.d.ts",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"dependencies": {
"form-data": "^2.5.0",
"btoa": "^1.2.1",
"es6-promise": "^4.2.4",
"url-parse": "^1.4.3"
},
"devDependencies": {
"typescript": "^4.0",
"@types/url-parse": "1.4.4",
"@types/node": "24.1.0"
}
}