hms_push_notification
Version:
Haewei Push notification for ios and android with nodejs
37 lines (36 loc) • 933 B
JSON
{
"name": "hms_push_notification",
"version": "1.0.2",
"description": "Haewei Push notification for ios and android with nodejs",
"main": "index.js",
"scripts": {
"start": "ts-node -r tsconfig-paths/register -P tsconfig.json index.ts",
"build": "tsc -p tsconfig.json --allowJs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arunabimanyu7/hms_push_notificaiton.git"
},
"keywords": [
"Hms",
"haewei",
"push",
"notification"
],
"author": "Arunachalam k",
"license": "MIT",
"bugs": {
"url": "https://github.com/arunabimanyu7/hms_push_notificaiton/issues"
},
"homepage": "https://github.com/arunabimanyu7/hms_push_notificaiton#readme",
"devDependencies": {
"@types/node": "^15.12.1",
"typescript": "^4.3.2",
"tsconfig-paths": "^3.9.0"
},
"dependencies": {
"axios": "^0.21.1",
"dotenv": "^8.2.0",
"ts-node": "^10.0.0"
}
}