-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.45 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@appdevshop/push-service-client",
"version": "1.0.2",
"scripts": {
"build": "tsc -p .",
"lint": "tslint -p .",
"lint:fix": "tslint --fix -p .",
"lint:check": "tslint-config-prettier-check ./tslint.json"
},
"keywords": [
"backend",
"SDK",
"push",
"notifications",
"API",
"service",
"firebase",
"appshop",
"appshopdev",
"app development shop"
],
"author": "Alexander Stepanov",
"homepage": "https://github.com/AppDevelopmentShop/push-dervice-client",
"engines": {
"node": "10.1.0"
},
"main": "lib/index.js",
"types": "./lib/index.d.ts",
"files": [
"lib/",
"LICENSE",
"README.md",
"package.json"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/AppDevelopmentShop/push-dervice-client.git"
},
"devDependencies": {
"@types/node": "^10.5.7",
"@types/request": "^2.47.1",
"@types/request-promise-native": "^1.0.15",
"prettier": "^1.14.0",
"ts-loader": "^4.4.2",
"ts-node": "^7.0.0",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.14.0",
"tslint-plugin-prettier": "^1.3.0",
"typescript": "^3.0.1"
},
"dependencies": {
"request": "^2.87.0",
"request-promise-native": "^1.0.5"
},
"bugs": {
"url": "https://github.com/AppDevelopmentShop/push-dervice-client/issues"
},
"directories": {
"lib": "lib"
},
"license": "MIT",
"description": "Push service client for node.js"
}